License |
License |
---|---|
GroupId | GroupIdde.gematik |
ArtifactId | ArtifactIdgematik-parent-plugin |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGematik Gradle Plugins
This Plugin adds functionality for Version handling with version.txt files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.gematik/gematik-parent-plugin/ -->
<dependency>
<groupId>de.gematik</groupId>
<artifactId>gematik-parent-plugin</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.gematik/gematik-parent-plugin/
implementation 'de.gematik:gematik-parent-plugin:1.3.2'
// https://jarcasting.com/artifacts/de.gematik/gematik-parent-plugin/
implementation ("de.gematik:gematik-parent-plugin:1.3.2")
'de.gematik:gematik-parent-plugin:jar:1.3.2'
<dependency org="de.gematik" name="gematik-parent-plugin" rev="1.3.2">
<artifact name="gematik-parent-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.gematik', module='gematik-parent-plugin', version='1.3.2')
)
libraryDependencies += "de.gematik" % "gematik-parent-plugin" % "1.3.2"
[de.gematik/gematik-parent-plugin "1.3.2"]