MVN

org.extrema-sistemas.loom : loom-js

Maven & Gradle

Aug 25, 2008

The loom framework javascript WAR · This artifact includes all the required javascript and default CSS files, both from loom and third party js libraries.

<dependency>
    <groupId>org.extrema-sistemas.loom</groupId>
    <artifactId>loom-js</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.extrema-sistemas.loom : loom-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8
  • Latest Release Candidate: 1.0-RC2

All Versions

Choose a version of org.extrema-sistemas.loom : loom-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
loom-js-1.0-RC2
loom-js-1.0-RC1
0.8.x
loom-js-0.8.8
loom-js-0.8.7
loom-js-0.8.6

How to add a dependency to Maven

Add the following org.extrema-sistemas.loom : loom-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.extrema-sistemas.loom</groupId>
    <artifactId>loom-js</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.extrema-sistemas.loom : loom-js gradle dependency to your build.gradle file:

implementation 'org.extrema-sistemas.loom:loom-js:0.8.8'

Gradle Kotlin DSL: Add the following org.extrema-sistemas.loom : loom-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.extrema-sistemas.loom:loom-js:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.extrema-sistemas.loom : loom-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.extrema-sistemas.loom" % "loom-js" % "0.8.8"

Advertisement