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