文件下载
文件名 操作
spring-ex-1.2.44.pom 下载
Apache Maven
<dependency>
  <groupId>com.guanmengyuan</groupId>
  <artifactId>spring-ex</artifactId>
  <version>1.2.44</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guanmengyuan:spring-ex:1.2.44'
Gradle Kotlin
implementation("com.guanmengyuan:spring-ex:1.2.44")
Scala SBT
libraryDependencies += "com.guanmengyuan" % "spring-ex" % "1.2.44"
Groovy Grape
@Grapes(
  @Grab(group='com.guanmengyuan', module='spring-ex', version='1.2.44')
)
Apache Ivy
<dependency org="com.guanmengyuan" name="spring-ex" rev="1.2.44" />
Leiningen
[com.guanmengyuan/spring-ex "1.2.44"]
Apache Buildr
'com.guanmengyuan:spring-ex:jar:1.2.44'
本项目依赖
该项目无第三方依赖