a

all

include all tool
Files download
File Operation
all-1.2.1.jar download
all-1.2.1.pom download
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>all</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:all:1.2.1'
Gradle Kotlin
implementation("cn.gjing:all:1.2.1")
Scala SBT
libraryDependencies += "cn.gjing" % "all" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='all', version='1.2.1')
)
Apache Ivy
<dependency org="cn.gjing" name="all" rev="1.2.1" />
Leiningen
[cn.gjing/all "1.2.1"]
Apache Buildr
'cn.gjing:all:jar:1.2.1'