| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdorg.extrema-sistemas.loom |
| ArtifactId | ArtifactIdloom-js |
| Last Version | Last Version1.0-RC2 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionThe loom framework javascript WAR
This artifact includes all the required javascript and default CSS files,
both from loom and third party js libraries.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| loom-js-1.0-RC2.pom | |
| loom-js-1.0-RC2.war | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom-js/ -->
<dependency>
<groupId>org.extrema-sistemas.loom</groupId>
<artifactId>loom-js</artifactId>
<version>1.0-RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom-js/
implementation 'org.extrema-sistemas.loom:loom-js:1.0-RC2'
// https://jarcasting.com/artifacts/org.extrema-sistemas.loom/loom-js/
implementation ("org.extrema-sistemas.loom:loom-js:1.0-RC2")
'org.extrema-sistemas.loom:loom-js:war:1.0-RC2'
<dependency org="org.extrema-sistemas.loom" name="loom-js" rev="1.0-RC2">
<artifact name="loom-js" type="war" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas.loom', module='loom-js', version='1.0-RC2')
)
libraryDependencies += "org.extrema-sistemas.loom" % "loom-js" % "1.0-RC2"
[org.extrema-sistemas.loom/loom-js "1.0-RC2"]