is not current version
Last Version 1.0.2

com.sun.xml.stream:sjsxp 1.0.1


GroupId

GroupId

com.sun.xml.stream
ArtifactId

ArtifactId

sjsxp
Version

Version

1.0.1
Type

Type

jar

Download sjsxp 1.0.1


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