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