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