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