s

spring-ex-common-model

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