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