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