| License |
License |
|---|---|
| GroupId | GroupIdde.ofterdinger.parents |
| ArtifactId | ArtifactIdbuild |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionde.ofterdinger.parent - build
A reusable Maven parent aritfact that provides versions and default configurations of commonly used build plugins.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| build-0.1.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ofterdinger.parents/build/ -->
<dependency>
<groupId>de.ofterdinger.parents</groupId>
<artifactId>build</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.ofterdinger.parents/build/
implementation 'de.ofterdinger.parents:build:0.1.1'
// https://jarcasting.com/artifacts/de.ofterdinger.parents/build/
implementation ("de.ofterdinger.parents:build:0.1.1")
'de.ofterdinger.parents:build:pom:0.1.1'
<dependency org="de.ofterdinger.parents" name="build" rev="0.1.1">
<artifact name="build" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.ofterdinger.parents', module='build', version='0.1.1')
)
libraryDependencies += "de.ofterdinger.parents" % "build" % "0.1.1"
[de.ofterdinger.parents/build "0.1.1"]