GroupId | GroupIdcom.ethlo.dachs |
---|---|
ArtifactId | ArtifactIddachs-common |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
dachs-common-0.8.pom | |
dachs-common-0.8.jar | 18 KB |
dachs-common-0.8-sources.jar | 10 KB |
dachs-common-0.8-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common/ -->
<dependency>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs-common</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common/
implementation 'com.ethlo.dachs:dachs-common:0.8'
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common/
implementation ("com.ethlo.dachs:dachs-common:0.8")
'com.ethlo.dachs:dachs-common:jar:0.8'
<dependency org="com.ethlo.dachs" name="dachs-common" rev="0.8">
<artifact name="dachs-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.dachs', module='dachs-common', version='0.8')
)
libraryDependencies += "com.ethlo.dachs" % "dachs-common" % "0.8"
[com.ethlo.dachs/dachs-common "0.8"]