swixml.
XML for SWING.
Here is the list of declaration for swixml. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.ingenias</groupId> <artifactId>swixml</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for swixml is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:wolflicense
URL: http://www.swixml.org.
The following packages are defined in the swixml-1.0.jar
org.swixml org.swixml.converters
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project><modelVersion>4.0.0</modelVersion><groupId>net.sf.ingenias</groupId><artifactId>swixml</artifactId><name>swixml</name><version>1.0</version><description>XML for SWING</description><url>http://www.swixml.org</url><licenses><license><name>wolflicense</name><url>http://www.swixml.org</url></license></licenses><scm><url>http://www.swixml.org</url><connection>http://www.swixml.org</connection></scm></project>