JAssimp

Java binding for Assimp

License

License

https://github.com/assimp/assimp/blob/master/LICENSE
GroupId

GroupId

com.github.dabasan
ArtifactId

ArtifactId

jassimp
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JAssimp
Java binding for Assimp
Project URL

Project URL

https://github.com/Dabasan/JAssimp
Source Code Management

Source Code Management

https://github.com/Dabasan/JAssimp

Download jassimp

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JAssimp

Java binding for Assimp

See also: jassimp

Overview

Requirements

Java SE 11+

Installation

Maven project

<dependency>
    <groupId>com.github.dabasan</groupId>
    <artifactId>jassimp</artifactId>
    <version>1.0.0</version>
</dependency>

Library files must be in java.library.path.

Download native libraries

Versions

Version
1.0.0