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