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