Files download
File Operation
io7m-jboxes-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.io7m.jboxes</groupId>
  <artifactId>io7m-jboxes</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.io7m.jboxes:io7m-jboxes:0.1.0'
Gradle Kotlin
implementation("com.io7m.jboxes:io7m-jboxes:0.1.0")
Scala SBT
libraryDependencies += "com.io7m.jboxes" % "io7m-jboxes" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.jboxes', module='io7m-jboxes', version='0.1.0')
)
Apache Ivy
<dependency org="com.io7m.jboxes" name="io7m-jboxes" rev="0.1.0" />
Leiningen
[com.io7m.jboxes/io7m-jboxes "0.1.0"]
Apache Buildr
'com.io7m.jboxes:io7m-jboxes:jar:0.1.0'
Dependencies
The project has no third-party dependencies