GroupId | GroupIdde.micromata.mgc |
---|---|
ArtifactId | ArtifactIdde.micromata.mgc.common.test |
Version | Version3.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.common.test/ -->
<dependency>
<groupId>de.micromata.mgc</groupId>
<artifactId>de.micromata.mgc.common.test</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.common.test/
implementation 'de.micromata.mgc:de.micromata.mgc.common.test:3.1.2'
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.common.test/
implementation ("de.micromata.mgc:de.micromata.mgc.common.test:3.1.2")
'de.micromata.mgc:de.micromata.mgc.common.test:jar:3.1.2'
<dependency org="de.micromata.mgc" name="de.micromata.mgc.common.test" rev="3.1.2">
<artifact name="de.micromata.mgc.common.test" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.micromata.mgc', module='de.micromata.mgc.common.test', version='3.1.2')
)
libraryDependencies += "de.micromata.mgc" % "de.micromata.mgc.common.test" % "3.1.2"
[de.micromata.mgc/de.micromata.mgc.common.test "3.1.2"]