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