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