Last Version

Simple XML Compiler 0.8

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

org.metatype.sxc
ArtifactId

ArtifactId

sxc
Version

Version

0.8
Type

Type

pom
Description

Description

Simple XML Compiler
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/dblevins/sxc

Download sxc 0.8

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"]

Dependencies

test (2)

Group / Artifact Type Version
org.codehaus.woodstox : wstx-asl jar 3.2.0
junit : junit jar 3.8.1

Project Modules

  • sxc-runtime
  • sxc-core
  • sxc-xpath
  • sxc-jaxb
  • sxc-jaxb-core
  • sxc-jaxb-maven-plugin