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