r

resty-common

Resty common tools
https://github.com/Dreampie/${parent.name}
Files download
File Operation
resty-common-1.0.jar download
resty-common-1.0.pom download
resty-common-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.dreampie</groupId>
  <artifactId>resty-common</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'cn.dreampie:resty-common:1.0'
Gradle Kotlin
implementation("cn.dreampie:resty-common:1.0")
Scala SBT
libraryDependencies += "cn.dreampie" % "resty-common" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.dreampie', module='resty-common', version='1.0')
)
Apache Ivy
<dependency org="cn.dreampie" name="resty-common" rev="1.0" />
Leiningen
[cn.dreampie/resty-common "1.0"]
Apache Buildr
'cn.dreampie:resty-common:jar:1.0'