GroupId | GroupIdcom.io7m.claypot |
---|---|
ArtifactId | ArtifactIdcom.io7m.claypot.example |
Version | Version0.0.4 |
Type | Typejar |
<!-- 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"]