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