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