<dependency> <groupId>com.sun.xml.txw2</groupId> <artifactId>txw2</artifactId> <version>20110809</version> </dependency>
implementation 'com.sun.xml.txw2:txw2:20110809'
implementation("com.sun.xml.txw2:txw2:20110809")
libraryDependencies += "com.sun.xml.txw2" % "txw2" % "20110809"
@Grapes( @Grab(group='com.sun.xml.txw2', module='txw2', version='20110809') )
<dependency org="com.sun.xml.txw2" name="txw2" rev="20110809" />
[com.sun.xml.txw2/txw2 "20110809"]
'com.sun.xml.txw2:txw2:jar:20110809'
<parent> <groupId>com.sun.xml.txw2</groupId> <artifactId>txw2-project</artifactId> <version>20110809</version> </parent>
compile
|-- javax.xml.stream:stax-api:1.0-2
test
|-- junit:junit:4.8.1