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