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