Files download
File Operation
loom-1.1.jar download
loom-1.1.pom download
loom-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.extrema-sistemas.loom</groupId>
  <artifactId>loom</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.extrema-sistemas.loom:loom:1.1'
Gradle Kotlin
implementation("org.extrema-sistemas.loom:loom:1.1")
Scala SBT
libraryDependencies += "org.extrema-sistemas.loom" % "loom" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.extrema-sistemas.loom', module='loom', version='1.1')
)
Apache Ivy
<dependency org="org.extrema-sistemas.loom" name="loom" rev="1.1" />
Leiningen
[org.extrema-sistemas.loom/loom "1.1"]
Apache Buildr
'org.extrema-sistemas.loom:loom:jar:1.1'