GroupId | GroupIdorg.yarnandtail |
---|---|
ArtifactId | ArtifactIdandhow-core |
Version | Version0.4.0-RC5 |
Type | Typejar |
Filename | Size |
---|---|
andhow-core-0.4.0-RC5.pom | |
andhow-core-0.4.0-RC5.jar | 216 KB |
andhow-core-0.4.0-RC5-sources.jar | 135 KB |
andhow-core-0.4.0-RC5-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.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-core/
implementation 'org.yarnandtail:andhow-core:0.4.0-RC5'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-core/
implementation ("org.yarnandtail:andhow-core:0.4.0-RC5")
'org.yarnandtail:andhow-core:jar:0.4.0-RC5'
<dependency org="org.yarnandtail" name="andhow-core" rev="0.4.0-RC5">
<artifact name="andhow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-core', version='0.4.0-RC5')
)
libraryDependencies += "org.yarnandtail" % "andhow-core" % "0.4.0-RC5"
[org.yarnandtail/andhow-core "0.4.0-RC5"]