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