Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdbr.com.anteros |
ArtifactId | ArtifactIdAnteros-Services-RestSQL |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.anteros/Anteros-Services-RestSQL/ -->
<dependency>
<groupId>br.com.anteros</groupId>
<artifactId>Anteros-Services-RestSQL</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Services-RestSQL/
implementation 'br.com.anteros:Anteros-Services-RestSQL:1.0.1'
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Services-RestSQL/
implementation ("br.com.anteros:Anteros-Services-RestSQL:1.0.1")
'br.com.anteros:Anteros-Services-RestSQL:jar:1.0.1'
<dependency org="br.com.anteros" name="Anteros-Services-RestSQL" rev="1.0.1">
<artifact name="Anteros-Services-RestSQL" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.anteros', module='Anteros-Services-RestSQL', version='1.0.1')
)
libraryDependencies += "br.com.anteros" % "Anteros-Services-RestSQL" % "1.0.1"
[br.com.anteros/Anteros-Services-RestSQL "1.0.1"]