GroupId | GroupIdcom.sun.enterprise |
---|---|
ArtifactId | ArtifactIdstax-osgi |
Version | Version0.3.30 |
Type | Typejar |
Filename | Size |
---|---|
stax-osgi-0.3.30.pom | |
stax-osgi-0.3.30.jar | 518 KB |
stax-osgi-0.3.30-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.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/stax-osgi/
implementation 'com.sun.enterprise:stax-osgi:0.3.30'
// https://jarcasting.com/artifacts/com.sun.enterprise/stax-osgi/
implementation ("com.sun.enterprise:stax-osgi:0.3.30")
'com.sun.enterprise:stax-osgi:jar:0.3.30'
<dependency org="com.sun.enterprise" name="stax-osgi" rev="0.3.30">
<artifact name="stax-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='stax-osgi', version='0.3.30')
)
libraryDependencies += "com.sun.enterprise" % "stax-osgi" % "0.3.30"
[com.sun.enterprise/stax-osgi "0.3.30"]