| GroupId | GroupIdcom.github.donhac |
|---|---|
| ArtifactId | ArtifactIdstonehenge-commons |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stonehenge-commons-1.0.3.pom | |
| stonehenge-commons-1.0.3.jar | 13 KB |
| stonehenge-commons-1.0.3-sources.jar | 8 KB |
| stonehenge-commons-1.0.3-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.donhac/stonehenge-commons/ -->
<dependency>
<groupId>com.github.donhac</groupId>
<artifactId>stonehenge-commons</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.donhac/stonehenge-commons/
implementation 'com.github.donhac:stonehenge-commons:1.0.3'
// https://jarcasting.com/artifacts/com.github.donhac/stonehenge-commons/
implementation ("com.github.donhac:stonehenge-commons:1.0.3")
'com.github.donhac:stonehenge-commons:jar:1.0.3'
<dependency org="com.github.donhac" name="stonehenge-commons" rev="1.0.3">
<artifact name="stonehenge-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.donhac', module='stonehenge-commons', version='1.0.3')
)
libraryDependencies += "com.github.donhac" % "stonehenge-commons" % "1.0.3"
[com.github.donhac/stonehenge-commons "1.0.3"]