Download xray-0.0.3.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.3 in this page.

License

GNU Lesser General Public License, Version 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials