GroupId | GroupIdorg.yarnandtail |
---|---|
ArtifactId | ArtifactIdandhow-usage-examples |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-usage-examples/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-usage-examples</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-usage-examples/
implementation 'org.yarnandtail:andhow-usage-examples:0.3.0'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-usage-examples/
implementation ("org.yarnandtail:andhow-usage-examples:0.3.0")
'org.yarnandtail:andhow-usage-examples:jar:0.3.0'
<dependency org="org.yarnandtail" name="andhow-usage-examples" rev="0.3.0">
<artifact name="andhow-usage-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-usage-examples', version='0.3.0')
)
libraryDependencies += "org.yarnandtail" % "andhow-usage-examples" % "0.3.0"
[org.yarnandtail/andhow-usage-examples "0.3.0"]