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