diff --git a/_includes/build.gradle b/_includes/build.gradle
new file mode 100644
index 00000000..8e0759b8
--- /dev/null
+++ b/_includes/build.gradle
@@ -0,0 +1,17 @@
+buildscript {
+ dependencies {
+ classpath "io.spring.gradle:dependency-management-plugin:1.0.3.RELEASE"
+ }
+}
+
+apply plugin: "io.spring.dependency-management"
+
+dependencyManagement {
+ imports {
+ mavenBom '{@= groupId @}:spring-cloud-gateway:{@= version @}'
+ }
+}
+dependencies {
+ compile '{@= groupId @}:spring-cloud-starter-gateway'
+}
+
diff --git a/_includes/pom.xml b/_includes/pom.xml
new file mode 100644
index 00000000..d05a26bd
--- /dev/null
+++ b/_includes/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ {@= groupId @}
+ spring-cloud-gateway
+ {@= version @}
+ pom
+ import
+
+
+
+
+
+ {@= groupId @}
+ spring-cloud-starter-gateway
+
+