a

autumnforest-boot-commons

commons
Files download
File Operation
autumnforest-boot-commons-2.0.0.jar download
autumnforest-boot-commons-2.0.0.pom download
autumnforest-boot-commons-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.autumnforestboy</groupId>
  <artifactId>autumnforest-boot-commons</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.autumnforestboy:autumnforest-boot-commons:2.0.0'
Gradle Kotlin
implementation("io.github.autumnforestboy:autumnforest-boot-commons:2.0.0")
Scala SBT
libraryDependencies += "io.github.autumnforestboy" % "autumnforest-boot-commons" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.autumnforestboy', module='autumnforest-boot-commons', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.autumnforestboy" name="autumnforest-boot-commons" rev="2.0.0" />
Leiningen
[io.github.autumnforestboy/autumnforest-boot-commons "2.0.0"]
Apache Buildr
'io.github.autumnforestboy:autumnforest-boot-commons:jar:2.0.0'