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