GroupId | GroupIdwoodstox |
---|---|
ArtifactId | ArtifactIdwstx-lgpl |
Version | Version2.9.3 |
Type | Typejar |
Filename | Size |
---|---|
wstx-lgpl-2.9.3.pom | |
wstx-lgpl-2.9.3.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/woodstox/wstx-lgpl/ -->
<dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-lgpl</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/woodstox/wstx-lgpl/
implementation 'woodstox:wstx-lgpl:2.9.3'
// https://jarcasting.com/artifacts/woodstox/wstx-lgpl/
implementation ("woodstox:wstx-lgpl:2.9.3")
'woodstox:wstx-lgpl:jar:2.9.3'
<dependency org="woodstox" name="wstx-lgpl" rev="2.9.3">
<artifact name="wstx-lgpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='woodstox', module='wstx-lgpl', version='2.9.3')
)
libraryDependencies += "woodstox" % "wstx-lgpl" % "2.9.3"
[woodstox/wstx-lgpl "2.9.3"]