Download jcsg-0.5.5.jar file - Jar j

Jar examples for j:JCSG

Description

Java implementation of BSP based CSG (Constructive Solid Geometry)

You can download jar file jcsg 0.5.5 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jcsg-0.5.5.jar to your project.

<dependency>
   <groupId>eu.mihosoft.vrl.jcsg</groupId>
   <artifactId>jcsg</artifactId>
   <version>0.5.5</version>
</dependency>
compile group: 'eu.mihosoft.vrl.jcsg', name: 'jcsg', version: '0.5.5'
libraryDependencies += "eu.mihosoft.vrl.jcsg" % "jcsg" % "0.5.5"
<dependency org="eu.mihosoft.vrl.jcsg" name="jcsg" rev="0.5.5"/>
@Grapes(@Grab(group='eu.mihosoft.vrl.jcsg', module='jcsg', version='0.5.5'))
'eu.mihosoft.vrl.jcsg:jcsg:jar:0.5.5'

Download

Click the following link to download the jar file.

jcsg-0.5.5-javadoc.jar
jcsg-0.5.5-sources.jar
jcsg-0.5.5.jar
jcsg-0.5.5.pom



Related Tutorials