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