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