is not current version
Last Version 1.5.2

com.github.danny02:JOpenCTM 1.1

Java implementation of the openCTM Mesh compression file format

GroupId

GroupId

com.github.danny02
ArtifactId

ArtifactId

JOpenCTM
Version

Version

1.1
Type

Type

jar

Download JOpenCTM 1.1


<!-- https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/ -->
<dependency>
    <groupId>com.github.danny02</groupId>
    <artifactId>JOpenCTM</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/
implementation 'com.github.danny02:JOpenCTM:1.1'
// https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/
implementation ("com.github.danny02:JOpenCTM:1.1")
'com.github.danny02:JOpenCTM:jar:1.1'
<dependency org="com.github.danny02" name="JOpenCTM" rev="1.1">
  <artifact name="JOpenCTM" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danny02', module='JOpenCTM', version='1.1')
)
libraryDependencies += "com.github.danny02" % "JOpenCTM" % "1.1"
[com.github.danny02/JOpenCTM "1.1"]