Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.metawidget.modules.js |
ArtifactId | ArtifactIdjs-parent |
Version | Version3.0 |
Type | Typepom |
Filename | Size |
---|---|
js-parent-3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.js/js-parent/ -->
<dependency>
<groupId>org.metawidget.modules.js</groupId>
<artifactId>js-parent</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.js/js-parent/
implementation 'org.metawidget.modules.js:js-parent:3.0'
// https://jarcasting.com/artifacts/org.metawidget.modules.js/js-parent/
implementation ("org.metawidget.modules.js:js-parent:3.0")
'org.metawidget.modules.js:js-parent:pom:3.0'
<dependency org="org.metawidget.modules.js" name="js-parent" rev="3.0">
<artifact name="js-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.js', module='js-parent', version='3.0')
)
libraryDependencies += "org.metawidget.modules.js" % "js-parent" % "3.0"
[org.metawidget.modules.js/js-parent "3.0"]