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