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