License |
License |
---|---|
GroupId | GroupIdde.javagl |
ArtifactId | ArtifactIdobj |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobj
A simple Wavefront OBJ file loader and writer
|
Project URL |
Project URL |
Filename | Size |
---|---|
obj-0.3.0.pom | |
obj-0.3.0.jar | 39 KB |
obj-0.3.0-sources.jar | 47 KB |
obj-0.3.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.javagl/obj/ -->
<dependency>
<groupId>de.javagl</groupId>
<artifactId>obj</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.javagl/obj/
implementation 'de.javagl:obj:0.3.0'
// https://jarcasting.com/artifacts/de.javagl/obj/
implementation ("de.javagl:obj:0.3.0")
'de.javagl:obj:jar:0.3.0'
<dependency org="de.javagl" name="obj" rev="0.3.0">
<artifact name="obj" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.javagl', module='obj', version='0.3.0')
)
libraryDependencies += "de.javagl" % "obj" % "0.3.0"
[de.javagl/obj "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |