is not current version
Last Version 0.11.1

org.sonatype.tycho:tycho-surefire 0.6.0


GroupId

GroupId

org.sonatype.tycho
ArtifactId

ArtifactId

tycho-surefire
Version

Version

0.6.0
Type

Type

pom

Download tycho-surefire 0.6.0

Filename Size
tycho-surefire-0.6.0.pom 658 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-surefire/ -->
<dependency>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>tycho-surefire</artifactId>
    <version>0.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-surefire/
implementation 'org.sonatype.tycho:tycho-surefire:0.6.0'
// https://jarcasting.com/artifacts/org.sonatype.tycho/tycho-surefire/
implementation ("org.sonatype.tycho:tycho-surefire:0.6.0")
'org.sonatype.tycho:tycho-surefire:pom:0.6.0'
<dependency org="org.sonatype.tycho" name="tycho-surefire" rev="0.6.0">
  <artifact name="tycho-surefire" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.tycho', module='tycho-surefire', version='0.6.0')
)
libraryDependencies += "org.sonatype.tycho" % "tycho-surefire" % "0.6.0"
[org.sonatype.tycho/tycho-surefire "0.6.0"]