| License |
License |
|---|---|
| GroupId | GroupIdcom.github.danny02 |
| ArtifactId | ArtifactIdJOpenCTM |
| Last Version | Last Version1.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJOpenCTM
Java implementation of the openCTM Mesh compression file format
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| JOpenCTM-1.5.2.pom | |
| JOpenCTM-1.5.2.jar | 40 KB |
| JOpenCTM-1.5.2-sources.jar | 34 KB |
| JOpenCTM-1.5.2-javadoc.jar | 155 KB |
| JOpenCTM-1.5.2-jar-with-dependencies.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/ -->
<dependency>
<groupId>com.github.danny02</groupId>
<artifactId>JOpenCTM</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/
implementation 'com.github.danny02:JOpenCTM:1.5.2'
// https://jarcasting.com/artifacts/com.github.danny02/JOpenCTM/
implementation ("com.github.danny02:JOpenCTM:1.5.2")
'com.github.danny02:JOpenCTM:jar:1.5.2'
<dependency org="com.github.danny02" name="JOpenCTM" rev="1.5.2">
<artifact name="JOpenCTM" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danny02', module='JOpenCTM', version='1.5.2')
)
libraryDependencies += "com.github.danny02" % "JOpenCTM" % "1.5.2"
[com.github.danny02/JOpenCTM "1.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jponge : lzma-java | jar | 1.3 |
| com.github.danny02 : AnnotationsProcessing Optional | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |