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