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