GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjs2xmlparser |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
js2xmlparser-3.0.0.pom | |
js2xmlparser-3.0.0.jar | 20 KB |
js2xmlparser-3.0.0-sources.jar | 22 bytes |
js2xmlparser-3.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/js2xmlparser/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>js2xmlparser</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/js2xmlparser/
implementation 'org.webjars.npm:js2xmlparser:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/js2xmlparser/
implementation ("org.webjars.npm:js2xmlparser:3.0.0")
'org.webjars.npm:js2xmlparser:jar:3.0.0'
<dependency org="org.webjars.npm" name="js2xmlparser" rev="3.0.0">
<artifact name="js2xmlparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='js2xmlparser', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "js2xmlparser" % "3.0.0"
[org.webjars.npm/js2xmlparser "3.0.0"]