GroupId | GroupIdorg.sonatype.tycho |
---|---|
ArtifactId | ArtifactIdtycho-extensions |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype Tycho :: Build :: Extensions :: Aggregator
|
Filename | Size |
---|---|
tycho-extensions-0.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-extensions/ -->
<dependency>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-extensions</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-extensions/
implementation 'org.sonatype.tycho:tycho-extensions:0.1.0'
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-extensions/
implementation ("org.sonatype.tycho:tycho-extensions:0.1.0")
'org.sonatype.tycho:tycho-extensions:pom:0.1.0'
<dependency org="org.sonatype.tycho" name="tycho-extensions" rev="0.1.0">
<artifact name="tycho-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.tycho', module='tycho-extensions', version='0.1.0')
)
libraryDependencies += "org.sonatype.tycho" % "tycho-extensions" % "0.1.0"
[org.sonatype.tycho/tycho-extensions "0.1.0"]