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