GroupId | GroupIdde.gematik |
---|---|
ArtifactId | ArtifactIdgematik-parent |
Version | Version2.0.0-Alpha |
Type | Typepom |
Filename | Size |
---|---|
gematik-parent-2.0.0-Alpha.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.gematik/gematik-parent/ -->
<dependency>
<groupId>de.gematik</groupId>
<artifactId>gematik-parent</artifactId>
<version>2.0.0-Alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.gematik/gematik-parent/
implementation 'de.gematik:gematik-parent:2.0.0-Alpha'
// https://jarcasting.com/artifacts/de.gematik/gematik-parent/
implementation ("de.gematik:gematik-parent:2.0.0-Alpha")
'de.gematik:gematik-parent:pom:2.0.0-Alpha'
<dependency org="de.gematik" name="gematik-parent" rev="2.0.0-Alpha">
<artifact name="gematik-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.gematik', module='gematik-parent', version='2.0.0-Alpha')
)
libraryDependencies += "de.gematik" % "gematik-parent" % "2.0.0-Alpha"
[de.gematik/gematik-parent "2.0.0-Alpha"]