Download tools-5.8.3.jar file - Jar t

Jar examples for t:tools

Description

This JAR file contains tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; providing HTTP service; generating message digests; generating HTTPMD URLs; examining the run-time environment of a Jini component; generating wrapper JAR files; and generating preferred lists. When used as an executable JAR file, it runs the ClassServer.

You can download jar file tools 5.8.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tools-5.8.3.jar to your project.

<dependency>
   <groupId>net.xp-framework</groupId>
   <artifactId>tools</artifactId>
   <version>5.8.3</version>
</dependency>
compile group: 'net.xp-framework', name: 'tools', version: '5.8.3'
libraryDependencies += "net.xp-framework" % "tools" % "5.8.3"
<dependency org="net.xp-framework" name="tools" rev="5.8.3"/>
@Grapes(@Grab(group='net.xp-framework', module='tools', version='5.8.3'))
'net.xp-framework:tools:jar:5.8.3'

Download

Click the following link to download the jar file.

tools-5.8.3.pom



Related Tutorials