Download xray-0.0.2.jar file - Jar x

Jar examples for x:xray

Description

XRay is a java pre-wrapper to have access to a live Java executable

You can download jar file xray 0.0.2 in this page.

License

GNU Lesser General Public License, Version 2

Build File

You can use the following script to add xray-0.0.2.jar to your project.

<dependency>
   <groupId>com.panayotis</groupId>
   <artifactId>xray</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.panayotis', name: 'xray', version: '0.0.2'
libraryDependencies += "com.panayotis" % "xray" % "0.0.2"
<dependency org="com.panayotis" name="xray" rev="0.0.2"/>
@Grapes(@Grab(group='com.panayotis', module='xray', version='0.0.2'))
'com.panayotis:xray:jar:0.0.2'

Download

Click the following link to download the jar file.

xray-0.0.2-javadoc.jar
xray-0.0.2-run.jar
xray-0.0.2-sources.jar
xray-0.0.2.jar
xray-0.0.2.pom



Related Tutorials