Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.fssantana |
ArtifactId | ArtifactIdvertgo |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
vertgo-1.2.2.pom | |
vertgo-1.2.2.jar | 15 MB |
vertgo-1.2.2-sources.jar | 10 KB |
vertgo-1.2.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fssantana/vertgo/ -->
<dependency>
<groupId>io.github.fssantana</groupId>
<artifactId>vertgo</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fssantana/vertgo/
implementation 'io.github.fssantana:vertgo:1.2.2'
// https://jarcasting.com/artifacts/io.github.fssantana/vertgo/
implementation ("io.github.fssantana:vertgo:1.2.2")
'io.github.fssantana:vertgo:jar:1.2.2'
<dependency org="io.github.fssantana" name="vertgo" rev="1.2.2">
<artifact name="vertgo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fssantana', module='vertgo', version='1.2.2')
)
libraryDependencies += "io.github.fssantana" % "vertgo" % "1.2.2"
[io.github.fssantana/vertgo "1.2.2"]