Dependency Information

Apache Maven

<dependency>
  <groupId>com.io7m.jcanephora</groupId>
  <artifactId>com.io7m.jcanephora.texture.unit_allocator</artifactId>
  <version>0.61.0</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'com.io7m.jcanephora:com.io7m.jcanephora.texture.unit_allocator:bundle:0.61.0'

Apache Ivy

<dependency org="com.io7m.jcanephora" name="com.io7m.jcanephora.texture.unit_allocator" rev="0.61.0">
  <artifact name="com.io7m.jcanephora.texture.unit_allocator" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.io7m.jcanephora', module='com.io7m.jcanephora.texture.unit_allocator', version='0.61.0')
)

Gradle/Grails

compile 'com.io7m.jcanephora:com.io7m.jcanephora.texture.unit_allocator:0.61.0'

Scala SBT

libraryDependencies += "com.io7m.jcanephora" % "com.io7m.jcanephora.texture.unit_allocator" % "0.61.0"

Leiningen

[com.io7m.jcanephora/com.io7m.jcanephora.texture.unit_allocator "0.61.0"]