| Title: |
io7m-jcanephora-examples-core |
| Group ID: |
com.io7m.jcanephora |
| Artifact ID: |
io7m-jcanephora-examples-core |
| Version: |
0.45.0 |
| Last modified: |
23.01.2016 18:55 |
| Packaging: |
jar |
| Name: |
io7m-jcanephora-examples-core |
| Description: |
OpenGL plus static safety (Example code) |
| URL: |
http://io7m.github.io/jcanephora/ |
| Vendor: |
io7m.com |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/io7m/jcanephora/io7m-jcanephora-examples-core/0.45.0/io7m-jcanephora-examples-core-0.45.0-tests.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.io7m.jcanephora</groupId>
<artifactId>io7m-jcanephora</artifactId>
<version>0.45.0</version>
</parent>
<artifactId>io7m-jcanephora-examples-core</artifactId>
<packaging>jar</packaging>
<name>io7m-jcanephora-examples-core</name>
<description>OpenGL plus static safety (Example code)</description>
<url>http://io7m.github.io/jcanephora/</url>
<scm>
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>io7m-jcanephora-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>io7m-jcanephora-cursors</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>io7m-jcanephora-texture-loader-awt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.io7m.jtensors</groupId>
<artifactId>io7m-jtensors-bytebuffered</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.valid4j</groupId>
<artifactId>valid4j</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Check style -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.io7m.jcanephora</groupId>
<artifactId>io7m-jcanephora-examples-core</artifactId>
<version>0.45.0</version>
<classifier>tests</classifier>
</dependency>
|
| Gradle: |
com.io7m.jcanephora:io7m-jcanephora-examples-core:0.45.0:tests |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|