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