is not current version
Last Version 1.0.2

com.sun.xml.stream:sjsxp 1.0


GroupId

GroupId

com.sun.xml.stream
ArtifactId

ArtifactId

sjsxp
Version

Version

1.0
Type

Type

jar

Download sjsxp 1.0

Filename Size
sjsxp-1.0.pom
sjsxp-1.0.jar 326 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/ -->
<dependency>
    <groupId>com.sun.xml.stream</groupId>
    <artifactId>sjsxp</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/
implementation 'com.sun.xml.stream:sjsxp:1.0'
// https://jarcasting.com/artifacts/com.sun.xml.stream/sjsxp/
implementation ("com.sun.xml.stream:sjsxp:1.0")
'com.sun.xml.stream:sjsxp:jar:1.0'
<dependency org="com.sun.xml.stream" name="sjsxp" rev="1.0">
  <artifact name="sjsxp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.stream', module='sjsxp', version='1.0')
)
libraryDependencies += "com.sun.xml.stream" % "sjsxp" % "1.0"
[com.sun.xml.stream/sjsxp "1.0"]