Files download
File Operation
spring-ex-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.guanmengyuan</groupId>
  <artifactId>spring-ex</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guanmengyuan:spring-ex:1.3.0'
Gradle Kotlin
implementation("com.guanmengyuan:spring-ex:1.3.0")
Scala SBT
libraryDependencies += "com.guanmengyuan" % "spring-ex" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.guanmengyuan', module='spring-ex', version='1.3.0')
)
Apache Ivy
<dependency org="com.guanmengyuan" name="spring-ex" rev="1.3.0" />
Leiningen
[com.guanmengyuan/spring-ex "1.3.0"]
Apache Buildr
'com.guanmengyuan:spring-ex:jar:1.3.0'
Dependencies
The project has no third-party dependencies