GroupId | GroupIdcom.io7m.jwheatsheaf |
---|---|
ArtifactId | ArtifactIdcom.io7m.jwheatsheaf.examples |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples/ -->
<dependency>
<groupId>com.io7m.jwheatsheaf</groupId>
<artifactId>com.io7m.jwheatsheaf.examples</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples/
implementation 'com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:1.0.3'
// https://jarcasting.com/artifacts/com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples/
implementation ("com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:1.0.3")
'com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:jar:1.0.3'
<dependency org="com.io7m.jwheatsheaf" name="com.io7m.jwheatsheaf.examples" rev="1.0.3">
<artifact name="com.io7m.jwheatsheaf.examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.jwheatsheaf', module='com.io7m.jwheatsheaf.examples', version='1.0.3')
)
libraryDependencies += "com.io7m.jwheatsheaf" % "com.io7m.jwheatsheaf.examples" % "1.0.3"
[com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples "1.0.3"]