GroupId | GroupIdorg.extrema-sistemas |
---|---|
ArtifactId | ArtifactIdloom-core |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
loom-core-2.2.pom | |
loom-core-2.2.jar | 752 KB |
loom-core-2.2-sources.jar | 691 KB |
loom-core-2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas/loom-core/
implementation 'org.extrema-sistemas:loom-core:2.2'
// https://jarcasting.com/artifacts/org.extrema-sistemas/loom-core/
implementation ("org.extrema-sistemas:loom-core:2.2")
'org.extrema-sistemas:loom-core:jar:2.2'
<dependency org="org.extrema-sistemas" name="loom-core" rev="2.2">
<artifact name="loom-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas', module='loom-core', version='2.2')
)
libraryDependencies += "org.extrema-sistemas" % "loom-core" % "2.2"
[org.extrema-sistemas/loom-core "2.2"]