c

com.io7m.claypot.core

JCommander conventions for io7m projects (Core)
https://www.io7m.com/software/claypot
Files download
File Operation
com.io7m.claypot.core-0.0.8.jar download
com.io7m.claypot.core-0.0.8.pom download
com.io7m.claypot.core-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.io7m.claypot</groupId>
  <artifactId>com.io7m.claypot.core</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.io7m.claypot:com.io7m.claypot.core:0.0.8'
Gradle Kotlin
implementation("com.io7m.claypot:com.io7m.claypot.core:0.0.8")
Scala SBT
libraryDependencies += "com.io7m.claypot" % "com.io7m.claypot.core" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.claypot', module='com.io7m.claypot.core', version='0.0.8')
)
Apache Ivy
<dependency org="com.io7m.claypot" name="com.io7m.claypot.core" rev="0.0.8" />
Leiningen
[com.io7m.claypot/com.io7m.claypot.core "0.0.8"]
Apache Buildr
'com.io7m.claypot:com.io7m.claypot.core:jar:0.0.8'