License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.tycho |
ArtifactId | ArtifactIdtycho-surefire |
Version | Version2.3.0 |
Type | Typepom |
Description |
DescriptionTycho Surefire Parent
Tycho integrates Maven with Eclipse and OSGi
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tycho-surefire-2.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-surefire/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-surefire/
implementation 'org.eclipse.tycho:tycho-surefire:2.3.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-surefire/
implementation ("org.eclipse.tycho:tycho-surefire:2.3.0")
'org.eclipse.tycho:tycho-surefire:pom:2.3.0'
<dependency org="org.eclipse.tycho" name="tycho-surefire" rev="2.3.0">
<artifact name="tycho-surefire" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-surefire', version='2.3.0')
)
libraryDependencies += "org.eclipse.tycho" % "tycho-surefire" % "2.3.0"
[org.eclipse.tycho/tycho-surefire "2.3.0"]