GroupId | GroupIdcom.io7m.jwheatsheaf |
---|---|
ArtifactId | ArtifactIdcom.io7m.jwheatsheaf.examples |
Version | Version1.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples/
implementation 'com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:1.0.2'
// https://jarcasting.com/artifacts/com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples/
implementation ("com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:1.0.2")
'com.io7m.jwheatsheaf:com.io7m.jwheatsheaf.examples:jar:1.0.2'
<dependency org="com.io7m.jwheatsheaf" name="com.io7m.jwheatsheaf.examples" rev="1.0.2">
<artifact name="com.io7m.jwheatsheaf.examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.io7m.jwheatsheaf', module='com.io7m.jwheatsheaf.examples', version='1.0.2')
)
libraryDependencies += "com.io7m.jwheatsheaf" % "com.io7m.jwheatsheaf.examples" % "1.0.2"
[com.io7m.jwheatsheaf/com.io7m.jwheatsheaf.examples "1.0.2"]