| License |
License |
|---|---|
| GroupId | GroupIdde.planlibre |
| ArtifactId | ArtifactIdhelikopterparent |
| Version | Version1.2.0 |
| Type | Typepom |
| Description |
DescriptionHelikopter Parent
A demo for build, deployment to the Central Repository via OSSRH
and some convenience mvn cruft when used as a parent pom.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| helikopterparent-1.2.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.planlibre/helikopterparent/ -->
<dependency>
<groupId>de.planlibre</groupId>
<artifactId>helikopterparent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.planlibre/helikopterparent/
implementation 'de.planlibre:helikopterparent:1.2.0'
// https://jarcasting.com/artifacts/de.planlibre/helikopterparent/
implementation ("de.planlibre:helikopterparent:1.2.0")
'de.planlibre:helikopterparent:pom:1.2.0'
<dependency org="de.planlibre" name="helikopterparent" rev="1.2.0">
<artifact name="helikopterparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.planlibre', module='helikopterparent', version='1.2.0')
)
libraryDependencies += "de.planlibre" % "helikopterparent" % "1.2.0"
[de.planlibre/helikopterparent "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar |