Maven Repository - POM file for XML swixml 1.0 1.0

Summary

swixml.

XML for SWING.

Declaration

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.

License

Name:wolflicense
URL: http://www.swixml.org.

Packages

The following packages are defined in the swixml-1.0.jar

org.swixml
org.swixml.converters




POM File Source

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>