| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.larrymite |
| ArtifactId | ArtifactIdjs-class-loader-parent |
| Last Version | Last Version1.2.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjs-class-loader-group
JS-Class-Loader is a tool for packaging well-structured javascript codebases
|
| Filename | Size |
|---|---|
| js-class-loader-parent-1.2.7.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.larrymite/js-class-loader-parent/ -->
<dependency>
<groupId>com.larrymite</groupId>
<artifactId>js-class-loader-parent</artifactId>
<version>1.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.larrymite/js-class-loader-parent/
implementation 'com.larrymite:js-class-loader-parent:1.2.7'
// https://jarcasting.com/artifacts/com.larrymite/js-class-loader-parent/
implementation ("com.larrymite:js-class-loader-parent:1.2.7")
'com.larrymite:js-class-loader-parent:pom:1.2.7'
<dependency org="com.larrymite" name="js-class-loader-parent" rev="1.2.7">
<artifact name="js-class-loader-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.larrymite', module='js-class-loader-parent', version='1.2.7')
)
libraryDependencies += "com.larrymite" % "js-class-loader-parent" % "1.2.7"
[com.larrymite/js-class-loader-parent "1.2.7"]