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