MVN

com.larrymite : js-class-loader

Maven & Gradle

Oct 21, 2013
1 stars

js-class-loader · JS-Class-Loader is a tool for packaging well-structured javascript codebases

<dependency>
    <groupId>com.larrymite</groupId>
    <artifactId>js-class-loader</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.larrymite : js-class-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7

All Versions

Choose a version of com.larrymite : js-class-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
js-class-loader-1.2.7
js-class-loader-1.2.6
js-class-loader-1.2.5

How to add a dependency to Maven

Add the following com.larrymite : js-class-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.larrymite</groupId>
    <artifactId>js-class-loader</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.larrymite : js-class-loader gradle dependency to your build.gradle file:

implementation 'com.larrymite:js-class-loader:1.2.7'

Gradle Kotlin DSL: Add the following com.larrymite : js-class-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.larrymite:js-class-loader:1.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.larrymite : js-class-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.larrymite" % "js-class-loader" % "1.2.7"