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

compile

|-- junit:junit:4.5