Login  Register

Re: Release v2.0-rc11

Posted by io7m on Nov 06, 2012; 6:45pm
URL: https://forum.jogamp.org/Release-v2-0-rc11-tp4026703p4026796.html

JOCL and JOAL packages are now on the jogamp.org test repository. They can be added to projects with:
<dependency>
  <groupId>org.jogamp.joal</groupId>
  <artifactId>joal-main</artifactId>
  <version>2.0-rc11</version>
</dependency>

<dependency>
  <groupId>org.jogamp.jocl</groupId>
  <artifactId>jocl-main</artifactId>
  <version>2.0-rc11</version>
</dependency>
Please let me know if these packages work correctly, as I currently don't have programs with which to test them. Once we know they work, I'll push them to Central with the others.