jadeMisc.
Java Agent Development Framework Misc tools.
Here is the list of declaration for jadeMisc. 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>jadeMisc</artifactId> <version>3.7</version> </dependency>
If you think this Maven repository POM file listing for jadeMisc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:LGPL
URL: http://www.gnu.org/licenses/lgpl.html.
The following packages are defined in the jadeMisc-3.7.jar
jade.core jade.misc
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>jadeMisc</artifactId><name>jadeMisc</name><version>3.7</version><description>Java Agent Development Framework Misc tools</description><url>http://jade.tilab.com/</url><licenses><license><name>LGPL</name><url>http://www.gnu.org/licenses/lgpl.html</url></license></licenses><scm><url>http://jade.tilab.com</url><connection>http://jade.tilab.com</connection></scm></project>