r

rely-dependencies

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