文件下载
文件名 操作
Anteros-Security-2.0.3.jar 下载
Anteros-Security-2.0.3.pom 下载
Anteros-Security-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>br.com.anteros</groupId>
  <artifactId>Anteros-Security</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'br.com.anteros:Anteros-Security:2.0.3'
Gradle Kotlin
implementation("br.com.anteros:Anteros-Security:2.0.3")
Scala SBT
libraryDependencies += "br.com.anteros" % "Anteros-Security" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='br.com.anteros', module='Anteros-Security', version='2.0.3')
)
Apache Ivy
<dependency org="br.com.anteros" name="Anteros-Security" rev="2.0.3" />
Leiningen
[br.com.anteros/Anteros-Security "2.0.3"]
Apache Buildr
'br.com.anteros:Anteros-Security:jar:2.0.3'