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