Download tycho-versions-plugin-0.25.0.jar file - Jar t

Jar examples for t:tycho-versions-plugin

Description

You can download jar file tycho-versions-plugin 0.25.0 in this page.

License

Open Source License

Build File

You can use the following script to add tycho-versions-plugin-0.25.0.jar to your project.

<dependency>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>tycho-versions-plugin</artifactId>
   <version>0.25.0</version>
</dependency>
compile group: 'org.eclipse.tycho', name: 'tycho-versions-plugin', version: '0.25.0'
libraryDependencies += "org.eclipse.tycho" % "tycho-versions-plugin" % "0.25.0"
<dependency org="org.eclipse.tycho" name="tycho-versions-plugin" rev="0.25.0"/>
@Grapes(@Grab(group='org.eclipse.tycho', module='tycho-versions-plugin', version='0.25.0'))
'org.eclipse.tycho:tycho-versions-plugin:jar:0.25.0'

Download

Click the following link to download the jar file.

tycho-versions-plugin-0.25.0-sources.jar
tycho-versions-plugin-0.25.0.jar
tycho-versions-plugin-0.25.0.pom



Related Tutorials