Download jpsg-core-1.0.jar file - Jar j

Jar examples for j:jpsg-core

Description

Java Primitive Specializations Generator core

You can download jar file jpsg-core 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jpsg-core-1.0.jar to your project.

<dependency>
   <groupId>net.openhft</groupId>
   <artifactId>jpsg-core</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.openhft', name: 'jpsg-core', version: '1.0'
libraryDependencies += "net.openhft" % "jpsg-core" % "1.0"
<dependency org="net.openhft" name="jpsg-core" rev="1.0"/>
@Grapes(@Grab(group='net.openhft', module='jpsg-core', version='1.0'))
'net.openhft:jpsg-core:jar:1.0'

Download

Click the following link to download the jar file.

jpsg-core-1.0-javadoc.jar
jpsg-core-1.0-sources.jar
jpsg-core-1.0.jar
jpsg-core-1.0.pom



Related Tutorials