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