v

vcsg

CSG library (uses native CAD libraries as well as JCSG & VVecMath)
https://github.com/miho/VCSG
LGPL-3.0
Michael Hoffer
Files download
File Operation
vcsg-0.7.4.jar download
vcsg-0.7.4.pom download
vcsg-0.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.mihosoft.vcsg</groupId>
  <artifactId>vcsg</artifactId>
  <version>0.7.4</version>
</dependency>
Gradle Groovy
implementation 'eu.mihosoft.vcsg:vcsg:0.7.4'
Gradle Kotlin
implementation("eu.mihosoft.vcsg:vcsg:0.7.4")
Scala SBT
libraryDependencies += "eu.mihosoft.vcsg" % "vcsg" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='eu.mihosoft.vcsg', module='vcsg', version='0.7.4')
)
Apache Ivy
<dependency org="eu.mihosoft.vcsg" name="vcsg" rev="0.7.4" />
Leiningen
[eu.mihosoft.vcsg/vcsg "0.7.4"]
Apache Buildr
'eu.mihosoft.vcsg:vcsg:jar:0.7.4'
Dependencies