is not current version
Last Version 0.11.1

org.sonatype.tycho:tycho-surefire 0.10.0


GroupId

GroupId

org.sonatype.tycho
ArtifactId

ArtifactId

tycho-surefire
Version

Version

0.10.0
Type

Type

pom

Download tycho-surefire 0.10.0

Filename Size
tycho-surefire-0.10.0.pom 734 bytes
Browse

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