r

rely-springboot

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