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