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