GroupId | GroupIdcom.sun.enterprise |
---|---|
ArtifactId | ArtifactIdstax-osgi |
Version | Version0.3.39 |
Type | Typejar |
Filename | Size |
---|---|
stax-osgi-0.3.39.pom | |
stax-osgi-0.3.39.jar | 541 KB |
stax-osgi-0.3.39-sources.jar | 327 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/stax-osgi/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>stax-osgi</artifactId>
<version>0.3.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/stax-osgi/
implementation 'com.sun.enterprise:stax-osgi:0.3.39'
// https://jarcasting.com/artifacts/com.sun.enterprise/stax-osgi/
implementation ("com.sun.enterprise:stax-osgi:0.3.39")
'com.sun.enterprise:stax-osgi:jar:0.3.39'
<dependency org="com.sun.enterprise" name="stax-osgi" rev="0.3.39">
<artifact name="stax-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='stax-osgi', version='0.3.39')
)
libraryDependencies += "com.sun.enterprise" % "stax-osgi" % "0.3.39"
[com.sun.enterprise/stax-osgi "0.3.39"]