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