<dependency> <groupId>com.sun.xml.txw2</groupId> <artifactId>txw2</artifactId> <version>20070624</version> </dependency>
implementation 'com.sun.xml.txw2:txw2:20070624'
implementation("com.sun.xml.txw2:txw2:20070624")
libraryDependencies += "com.sun.xml.txw2" % "txw2" % "20070624"
@Grapes( @Grab(group='com.sun.xml.txw2', module='txw2', version='20070624') )
<dependency org="com.sun.xml.txw2" name="txw2" rev="20070624" />
[com.sun.xml.txw2/txw2 "20070624"]
'com.sun.xml.txw2:txw2:jar:20070624'