| License |
License |
|---|---|
| GroupId | GroupIdeu.mihosoft.vrl.jcsg |
| ArtifactId | ArtifactIdjcsg |
| Last Version | Last Version0.5.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjcsg
Java implementation of BSP based CSG (Constructive Solid Geometry)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jcsg-0.5.7.pom | |
| jcsg-0.5.7.jar | 346 KB |
| jcsg-0.5.7-sources.jar | 295 KB |
| jcsg-0.5.7-javadoc.jar | 371 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.mihosoft.vrl.jcsg/jcsg/ -->
<dependency>
<groupId>eu.mihosoft.vrl.jcsg</groupId>
<artifactId>jcsg</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mihosoft.vrl.jcsg/jcsg/
implementation 'eu.mihosoft.vrl.jcsg:jcsg:0.5.7'
// https://jarcasting.com/artifacts/eu.mihosoft.vrl.jcsg/jcsg/
implementation ("eu.mihosoft.vrl.jcsg:jcsg:0.5.7")
'eu.mihosoft.vrl.jcsg:jcsg:jar:0.5.7'
<dependency org="eu.mihosoft.vrl.jcsg" name="jcsg" rev="0.5.7">
<artifact name="jcsg" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mihosoft.vrl.jcsg', module='jcsg', version='0.5.7')
)
libraryDependencies += "eu.mihosoft.vrl.jcsg" % "jcsg" % "0.5.7"
[eu.mihosoft.vrl.jcsg/jcsg "0.5.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| eu.mihosoft.vvecmath : vvecmath | jar | 0.3.8 |
| eu.mihosoft.vvecmath : vvecmath | jar | 0.3.8 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |