c

commons

'aafactory-commons' is a common library that combines or slightly modified existing open source libraries. It is intended to create test cases for open source libraries and to make them useful for future application development.
https://github.com/AAFactory/aafactory-commons/
The Apache Software License, Version 2.0
Hanjoong.Cho
文件下载
文件名 操作
commons-1.2.0.pom 下载
commons-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.aafactory</groupId>
  <artifactId>commons</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.aafactory:commons:1.2.0'
Gradle Kotlin
implementation("io.github.aafactory:commons:1.2.0")
Scala SBT
libraryDependencies += "io.github.aafactory" % "commons" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aafactory', module='commons', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.aafactory" name="commons" rev="1.2.0" />
Leiningen
[io.github.aafactory/commons "1.2.0"]
Apache Buildr
'io.github.aafactory:commons:jar:1.2.0'