License |
License |
---|---|
GroupId | GroupIdio.tesla.tycho |
ArtifactId | ArtifactIdtycho-base |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTycho Base
This POM serves as the base of a Tycho project which has plugins, tests, and deployable features. Everything
that is required is provided and parameterized by specifying properties in the host POM.
|
Filename | Size |
---|---|
tycho-base-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.tycho/tycho-base/ -->
<dependency>
<groupId>io.tesla.tycho</groupId>
<artifactId>tycho-base</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.tycho/tycho-base/
implementation 'io.tesla.tycho:tycho-base:0.0.1'
// https://jarcasting.com/artifacts/io.tesla.tycho/tycho-base/
implementation ("io.tesla.tycho:tycho-base:0.0.1")
'io.tesla.tycho:tycho-base:pom:0.0.1'
<dependency org="io.tesla.tycho" name="tycho-base" rev="0.0.1">
<artifact name="tycho-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla.tycho', module='tycho-base', version='0.0.1')
)
libraryDependencies += "io.tesla.tycho" % "tycho-base" % "0.0.1"
[io.tesla.tycho/tycho-base "0.0.1"]