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