GroupId | GroupIdwoodstox |
---|---|
ArtifactId | ArtifactIdwstx-asl |
Last Version | Last Version3.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
wstx-asl-3.2.7.pom | |
wstx-asl-3.2.7.jar | 508 KB |
wstx-asl-3.2.7-sources.jar | 625 KB |
Browse |
<!-- https://jarcasting.com/artifacts/woodstox/wstx-asl/ -->
<dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/woodstox/wstx-asl/
implementation 'woodstox:wstx-asl:3.2.7'
// https://jarcasting.com/artifacts/woodstox/wstx-asl/
implementation ("woodstox:wstx-asl:3.2.7")
'woodstox:wstx-asl:jar:3.2.7'
<dependency org="woodstox" name="wstx-asl" rev="3.2.7">
<artifact name="wstx-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='woodstox', module='wstx-asl', version='3.2.7')
)
libraryDependencies += "woodstox" % "wstx-asl" % "3.2.7"
[woodstox/wstx-asl "3.2.7"]