GroupId | GroupIdde.micromata.mgc |
---|---|
ArtifactId | ArtifactIdde.micromata.mgc.jpa.spring |
Version | Version3.1.0 |
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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.jpa.spring/
implementation 'de.micromata.mgc:de.micromata.mgc.jpa.spring:3.1.0'
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.jpa.spring/
implementation ("de.micromata.mgc:de.micromata.mgc.jpa.spring:3.1.0")
'de.micromata.mgc:de.micromata.mgc.jpa.spring:jar:3.1.0'
<dependency org="de.micromata.mgc" name="de.micromata.mgc.jpa.spring" rev="3.1.0">
<artifact name="de.micromata.mgc.jpa.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.micromata.mgc', module='de.micromata.mgc.jpa.spring', version='3.1.0')
)
libraryDependencies += "de.micromata.mgc" % "de.micromata.mgc.jpa.spring" % "3.1.0"
[de.micromata.mgc/de.micromata.mgc.jpa.spring "3.1.0"]