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