GroupId | GroupIdorg.extrema-sistemas.loom |
---|---|
ArtifactId | ArtifactIdloom |
Version | Version1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
loom-1.0-RC2.pom | |
loom-1.0-RC2.jar | 500 KB |
loom-1.0-RC2-sources.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom/ -->
<dependency>
<groupId>org.extrema-sistemas.loom</groupId>
<artifactId>loom</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom/
implementation 'org.extrema-sistemas.loom:loom:1.0-RC2'
// https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom/
implementation ("org.extrema-sistemas.loom:loom:1.0-RC2")
'org.extrema-sistemas.loom:loom:jar:1.0-RC2'
<dependency org="org.extrema-sistemas.loom" name="loom" rev="1.0-RC2">
<artifact name="loom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas.loom', module='loom', version='1.0-RC2')
)
libraryDependencies += "org.extrema-sistemas.loom" % "loom" % "1.0-RC2"
[org.extrema-sistemas.loom/loom "1.0-RC2"]