GroupId | GroupIdio.github.vincenzobaz |
---|---|
ArtifactId | ArtifactIdroot_3 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
root_3-0.1.0.pom | |
root_3-0.1.0.jar | 309 bytes |
root_3-0.1.0-sources.jar | 252 bytes |
root_3-0.1.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vincenzobaz/root_3/ -->
<dependency>
<groupId>io.github.vincenzobaz</groupId>
<artifactId>root_3</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vincenzobaz/root_3/
implementation 'io.github.vincenzobaz:root_3:0.1.0'
// https://jarcasting.com/artifacts/io.github.vincenzobaz/root_3/
implementation ("io.github.vincenzobaz:root_3:0.1.0")
'io.github.vincenzobaz:root_3:jar:0.1.0'
<dependency org="io.github.vincenzobaz" name="root_3" rev="0.1.0">
<artifact name="root_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vincenzobaz', module='root_3', version='0.1.0')
)
libraryDependencies += "io.github.vincenzobaz" % "root_3" % "0.1.0"
[io.github.vincenzobaz/root_3 "0.1.0"]