r

rely-extend

Files download
File Operation
rely-extend-10.1.4-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.guoshiyao.rely</groupId>
  <artifactId>rely-extend</artifactId>
  <version>10.1.4-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guoshiyao.rely:rely-extend:10.1.4-RELEASE'
Gradle Kotlin
implementation("com.guoshiyao.rely:rely-extend:10.1.4-RELEASE")
Scala SBT
libraryDependencies += "com.guoshiyao.rely" % "rely-extend" % "10.1.4-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.guoshiyao.rely', module='rely-extend', version='10.1.4-RELEASE')
)
Apache Ivy
<dependency org="com.guoshiyao.rely" name="rely-extend" rev="10.1.4-RELEASE" />
Leiningen
[com.guoshiyao.rely/rely-extend "10.1.4-RELEASE"]
Apache Buildr
'com.guoshiyao.rely:rely-extend:jar:10.1.4-RELEASE'