GroupId | GroupIdio.tesla.tycho |
---|---|
ArtifactId | ArtifactIdtycho-support |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
tycho-support-0.0.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.tycho/tycho-support/ -->
<dependency>
<groupId>io.tesla.tycho</groupId>
<artifactId>tycho-support</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.tycho/tycho-support/
implementation 'io.tesla.tycho:tycho-support:0.0.4'
// https://jarcasting.com/artifacts/io.tesla.tycho/tycho-support/
implementation ("io.tesla.tycho:tycho-support:0.0.4")
'io.tesla.tycho:tycho-support:pom:0.0.4'
<dependency org="io.tesla.tycho" name="tycho-support" rev="0.0.4">
<artifact name="tycho-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesla.tycho', module='tycho-support', version='0.0.4')
)
libraryDependencies += "io.tesla.tycho" % "tycho-support" % "0.0.4"
[io.tesla.tycho/tycho-support "0.0.4"]