a

agile-commons

文件下载
文件名 操作
agile-commons-1.0.5.jar 下载
agile-commons-1.0.5.pom 下载
agile-commons-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile</groupId>
  <artifactId>agile-commons</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile:agile-commons:1.0.5'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile:agile-commons:1.0.5")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile" % "agile-commons" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile', module='agile-commons', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile" name="agile-commons" rev="1.0.5" />
Leiningen
[io.github.thebesteric.framework.agile/agile-commons "1.0.5"]
Apache Buildr
'io.github.thebesteric.framework.agile:agile-commons:jar:1.0.5'