l

loom-tests

The Loom Framework tests jar and third-party dependencies.
http://loom.extrema-sistemas.org
The Apache Software License, Version 2.0
Extrema
Files download
File Operation
loom-tests-1.5.jar download
loom-tests-1.5.pom download
loom-tests-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.extrema-sistemas.loom</groupId>
  <artifactId>loom-tests</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'org.extrema-sistemas.loom:loom-tests:1.5'
Gradle Kotlin
implementation("org.extrema-sistemas.loom:loom-tests:1.5")
Scala SBT
libraryDependencies += "org.extrema-sistemas.loom" % "loom-tests" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.extrema-sistemas.loom', module='loom-tests', version='1.5')
)
Apache Ivy
<dependency org="org.extrema-sistemas.loom" name="loom-tests" rev="1.5" />
Leiningen
[org.extrema-sistemas.loom/loom-tests "1.5"]
Apache Buildr
'org.extrema-sistemas.loom:loom-tests:jar:1.5'