a

agile-core

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