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