a

agile

A powerful and flexible web toolkit plug-in
https://github.com/thebesteric/agile
Apache-2.0 License
Eric Joe
文件下载
文件名 操作
agile-1.0.11.11.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.agile</groupId>
  <artifactId>agile</artifactId>
  <version>1.0.11.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.agile:agile:1.0.11.11'
Gradle Kotlin
implementation("io.github.thebesteric.framework.agile:agile:1.0.11.11")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.agile" % "agile" % "1.0.11.11"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.agile', module='agile', version='1.0.11.11')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.agile" name="agile" rev="1.0.11.11" />
Leiningen
[io.github.thebesteric.framework.agile/agile "1.0.11.11"]
Apache Buildr
'io.github.thebesteric.framework.agile:agile:jar:1.0.11.11'