is not current version
Last Version 0.0.6

com.io7m.claypot:com.io7m.claypot.example 0.0.3

JCommander conventions for io7m projects (Example application)

GroupId

GroupId

com.io7m.claypot
ArtifactId

ArtifactId

com.io7m.claypot.example
Version

Version

0.0.3
Type

Type

jar

Download com.io7m.claypot.example 0.0.3


<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.claypot/com.io7m.claypot.example/
implementation 'com.io7m.claypot:com.io7m.claypot.example:0.0.3'
// https://jarcasting.com/artifacts/com.io7m.claypot/com.io7m.claypot.example/
implementation ("com.io7m.claypot:com.io7m.claypot.example:0.0.3")
'com.io7m.claypot:com.io7m.claypot.example:jar:0.0.3'
<dependency org="com.io7m.claypot" name="com.io7m.claypot.example" rev="0.0.3">
  <artifact name="com.io7m.claypot.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.claypot', module='com.io7m.claypot.example', version='0.0.3')
)
libraryDependencies += "com.io7m.claypot" % "com.io7m.claypot.example" % "0.0.3"
[com.io7m.claypot/com.io7m.claypot.example "0.0.3"]