s

spring-ex-common-model

Files download
File Operation
spring-ex-common-model-1.2.10.jar download
spring-ex-common-model-1.2.10.pom download
spring-ex-common-model-1.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guanmengyuan.spring-ex</groupId>
  <artifactId>spring-ex-common-model</artifactId>
  <version>1.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.guanmengyuan.spring-ex:spring-ex-common-model:1.2.10'
Gradle Kotlin
implementation("com.guanmengyuan.spring-ex:spring-ex-common-model:1.2.10")
Scala SBT
libraryDependencies += "com.guanmengyuan.spring-ex" % "spring-ex-common-model" % "1.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.guanmengyuan.spring-ex', module='spring-ex-common-model', version='1.2.10')
)
Apache Ivy
<dependency org="com.guanmengyuan.spring-ex" name="spring-ex-common-model" rev="1.2.10" />
Leiningen
[com.guanmengyuan.spring-ex/spring-ex-common-model "1.2.10"]
Apache Buildr
'com.guanmengyuan.spring-ex:spring-ex-common-model:jar:1.2.10'