c

com.io7m.claypot.example

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