GroupId | GroupIdde.otto.edison |
---|---|
ArtifactId | ArtifactIdedison-testsupport |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-testsupport/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-testsupport</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-testsupport/
implementation 'de.otto.edison:edison-testsupport:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/de.otto.edison/edison-testsupport/
implementation ("de.otto.edison:edison-testsupport:1.0.0.RELEASE")
'de.otto.edison:edison-testsupport:jar:1.0.0.RELEASE'
<dependency org="de.otto.edison" name="edison-testsupport" rev="1.0.0.RELEASE">
<artifact name="edison-testsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-testsupport', version='1.0.0.RELEASE')
)
libraryDependencies += "de.otto.edison" % "edison-testsupport" % "1.0.0.RELEASE"
[de.otto.edison/edison-testsupport "1.0.0.RELEASE"]