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