a

angus-activation

${project.name} Implementation
The 3-Clause BSD License
OneInGfw
文件下载
文件名 操作
angus-activation-2.0.0.jar 下载
angus-activation-2.0.0.pom 下载
angus-activation-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>one.gfw</groupId>
  <artifactId>angus-activation</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'one.gfw:angus-activation:2.0.0'
Gradle Kotlin
implementation("one.gfw:angus-activation:2.0.0")
Scala SBT
libraryDependencies += "one.gfw" % "angus-activation" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='one.gfw', module='angus-activation', version='2.0.0')
)
Apache Ivy
<dependency org="one.gfw" name="angus-activation" rev="2.0.0" />
Leiningen
[one.gfw/angus-activation "2.0.0"]
Apache Buildr
'one.gfw:angus-activation:jar:2.0.0'