m

micro-tools

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