GroupId | GroupIdorg.metatype.sxc |
---|---|
ArtifactId | ArtifactIdsxc |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimple XML Compiler
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sxc-0.8.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metatype.sxc/sxc/ -->
<dependency>
<groupId>org.metatype.sxc</groupId>
<artifactId>sxc</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metatype.sxc/sxc/
implementation 'org.metatype.sxc:sxc:0.8'
// https://jarcasting.com/artifacts/org.metatype.sxc/sxc/
implementation ("org.metatype.sxc:sxc:0.8")
'org.metatype.sxc:sxc:pom:0.8'
<dependency org="org.metatype.sxc" name="sxc" rev="0.8">
<artifact name="sxc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metatype.sxc', module='sxc', version='0.8')
)
libraryDependencies += "org.metatype.sxc" % "sxc" % "0.8"
[org.metatype.sxc/sxc "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.woodstox : wstx-asl | jar | 3.2.0 |
junit : junit | jar | 3.8.1 |