Add project page
This commit is contained in:
3
_includes/build.gradle
Normal file
3
_includes/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
compile '{@= groupId @}:spring-context:{@= version @}'
|
||||
}
|
||||
7
_includes/pom.xml
Normal file
7
_includes/pom.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
Reference in New Issue
Block a user