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