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