Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdbr.com.anteros |
ArtifactId | ArtifactIdAnteros-Persistence |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
Anteros-Persistence-1.0.19.pom | |
Anteros-Persistence-1.0.19.jar | 60 KB |
Anteros-Persistence-1.0.19-sources.jar | 38 KB |
Anteros-Persistence-1.0.19-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.anteros/Anteros-Persistence/ -->
<dependency>
<groupId>br.com.anteros</groupId>
<artifactId>Anteros-Persistence</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Persistence/
implementation 'br.com.anteros:Anteros-Persistence:1.0.19'
// https://jarcasting.com/artifacts/br.com.anteros/Anteros-Persistence/
implementation ("br.com.anteros:Anteros-Persistence:1.0.19")
'br.com.anteros:Anteros-Persistence:jar:1.0.19'
<dependency org="br.com.anteros" name="Anteros-Persistence" rev="1.0.19">
<artifact name="Anteros-Persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.anteros', module='Anteros-Persistence', version='1.0.19')
)
libraryDependencies += "br.com.anteros" % "Anteros-Persistence" % "1.0.19"
[br.com.anteros/Anteros-Persistence "1.0.19"]