GroupId | GroupIdeu.l-space |
---|---|
ArtifactId | ArtifactIdroot_3 |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
root_3-0.1.2.pom | |
root_3-0.1.2.jar | 298 bytes |
root_3-0.1.2-sources.jar | 242 bytes |
root_3-0.1.2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/eu.l-space/root_3/ -->
<dependency>
<groupId>eu.l-space</groupId>
<artifactId>root_3</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.l-space/root_3/
implementation 'eu.l-space:root_3:0.1.2'
// https://jarcasting.com/artifacts/eu.l-space/root_3/
implementation ("eu.l-space:root_3:0.1.2")
'eu.l-space:root_3:jar:0.1.2'
<dependency org="eu.l-space" name="root_3" rev="0.1.2">
<artifact name="root_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.l-space', module='root_3', version='0.1.2')
)
libraryDependencies += "eu.l-space" % "root_3" % "0.1.2"
[eu.l-space/root_3 "0.1.2"]