Download xtend-contrib-0.5.1.jar file - Jar x

Jar examples for x:xtend-contrib

Description

Extension methods and active annotations that are useful in everyday development, but missing from xtend-core.

You can download jar file xtend-contrib 0.5.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add xtend-contrib-0.5.1.jar to your project.

<dependency>
   <groupId>com.github.oehme.xtend</groupId>
   <artifactId>xtend-contrib</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'com.github.oehme.xtend', name: 'xtend-contrib', version: '0.5.1'
libraryDependencies += "com.github.oehme.xtend" % "xtend-contrib" % "0.5.1"
<dependency org="com.github.oehme.xtend" name="xtend-contrib" rev="0.5.1"/>
@Grapes(@Grab(group='com.github.oehme.xtend', module='xtend-contrib', version='0.5.1'))
'com.github.oehme.xtend:xtend-contrib:jar:0.5.1'

Download

Click the following link to download the jar file.

xtend-contrib-0.5.1-javadoc.jar
xtend-contrib-0.5.1-sources.jar
xtend-contrib-0.5.1.jar
xtend-contrib-0.5.1.pom



Related Tutorials