License |
License |
---|---|
GroupId | GroupIdde.ofterdinger |
ArtifactId | ArtifactIdtycho-parent |
Version | Version0.0.14 |
Type | Typepom |
Description |
Descriptionde.ofterdinger.tycho-parent
A reusable Maven parent aritfact that provides versions and default configurations of Tycho plugins.
|
Filename | Size |
---|---|
tycho-parent-0.0.14.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ofterdinger/tycho-parent/ -->
<dependency>
<groupId>de.ofterdinger</groupId>
<artifactId>tycho-parent</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.ofterdinger/tycho-parent/
implementation 'de.ofterdinger:tycho-parent:0.0.14'
// https://jarcasting.com/artifacts/de.ofterdinger/tycho-parent/
implementation ("de.ofterdinger:tycho-parent:0.0.14")
'de.ofterdinger:tycho-parent:pom:0.0.14'
<dependency org="de.ofterdinger" name="tycho-parent" rev="0.0.14">
<artifact name="tycho-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.ofterdinger', module='tycho-parent', version='0.0.14')
)
libraryDependencies += "de.ofterdinger" % "tycho-parent" % "0.0.14"
[de.ofterdinger/tycho-parent "0.0.14"]