GroupId | GroupIdorg.yarnandtail |
---|---|
ArtifactId | ArtifactIdandhow-core |
Version | Version0.4.2-rc2 |
Type | Typejar |
Filename | Size |
---|---|
andhow-core-0.4.2-rc2.pom | |
andhow-core-0.4.2-rc2.jar | 250 KB |
andhow-core-0.4.2-rc2-sources.jar | 172 KB |
andhow-core-0.4.2-rc2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-core/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-core</artifactId>
<version>0.4.2-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-core/
implementation 'org.yarnandtail:andhow-core:0.4.2-rc2'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-core/
implementation ("org.yarnandtail:andhow-core:0.4.2-rc2")
'org.yarnandtail:andhow-core:jar:0.4.2-rc2'
<dependency org="org.yarnandtail" name="andhow-core" rev="0.4.2-rc2">
<artifact name="andhow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-core', version='0.4.2-rc2')
)
libraryDependencies += "org.yarnandtail" % "andhow-core" % "0.4.2-rc2"
[org.yarnandtail/andhow-core "0.4.2-rc2"]