Download lwjgl-par-3.1.0.jar file

Introduction

You can download lwjgl-par-3.1.0.jar in this page.

License

BSD

Type List

lwjgl-par-3.1.0.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
liblwjgl_par.dylib.sha1
liblwjgl_par.so.sha1
lwjgl_par.dll.sha1
lwjgl_par32.dll.sha1
org.lwjgl.util.par.LibPar.class
org.lwjgl.util.par.ParShapes.class
org.lwjgl.util.par.ParShapesMesh.class

Pom

lwjgl-par-3.1.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.lwjgl</groupId>
  <artifactId>lwjgl-par</artifactId>
  <version>3.1.0</version>
  <name>LWJGL - par_shapes bindings</name>
  <description>Generate parametric surfaces and other simple shapes.</description>
  <url>https://www.lwjgl.org</url>
  <licenses>
    <license>
      <name>BSD</name>
      <url>https://www.lwjgl.org/license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>spasi</id>
      <name>Ioannis Tsakpinis</name>
      <email>iotsakp@gmail.com</email>
      <url>https://github.com/Spasi</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/LWJGL/lwjgl3.git</connection>
    <developerConnection>scm:git:https://github.com/LWJGL/lwjgl3.git</developerConnection>
    <url>https://github.com/LWJGL/lwjgl3.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.lwjgl</groupId>
      <artifactId>lwjgl</artifactId>
      <version>3.1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.lwjgl</groupId>
   <artifactId>lwjgl-par</artifactId>
   <version>3.1.0</version>
</dependency>

Download

If you think the following lwjgl-par-3.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lwjgl-par-3.1.0.jar file




PreviousNext

Related