is not current version
Last Version 0.0.6

com.io7m.claypot:com.io7m.claypot.example 0.0.4

JCommander conventions for io7m projects (Example application)

GroupId

GroupId

com.io7m.claypot
ArtifactId

ArtifactId

com.io7m.claypot.example
Version

Version

0.0.4
Type

Type

jar

Download com.io7m.claypot.example 0.0.4


<!-- https://jarcasting.com/artifacts/com.io7m.claypot/com.io7m.claypot.example/ -->
<dependency>
    <groupId>com.io7m.claypot</groupId>
    <artifactId>com.io7m.claypot.example</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.claypot/com.io7m.claypot.example/
implementation 'com.io7m.claypot:com.io7m.claypot.example:0.0.4'
// https://jarcasting.com/artifacts/com.io7m.claypot/com.io7m.claypot.example/
implementation ("com.io7m.claypot:com.io7m.claypot.example:0.0.4")
'com.io7m.claypot:com.io7m.claypot.example:jar:0.0.4'
<dependency org="com.io7m.claypot" name="com.io7m.claypot.example" rev="0.0.4">
  <artifact name="com.io7m.claypot.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.claypot', module='com.io7m.claypot.example', version='0.0.4')
)
libraryDependencies += "com.io7m.claypot" % "com.io7m.claypot.example" % "0.0.4"
[com.io7m.claypot/com.io7m.claypot.example "0.0.4"]