Download vcollections-0.2.0.jar file - Jar v

Jar examples for v:vcollections

Description

Lightweight observable collections (used by VMF and VRL)

You can download jar file vcollections 0.2.0 in this page.

License

BSD 2-Clause

Build File

You can use the following script to add vcollections-0.2.0.jar to your project.

<dependency>
   <groupId>eu.mihosoft.vcollections</groupId>
   <artifactId>vcollections</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'eu.mihosoft.vcollections', name: 'vcollections', version: '0.2.0'
libraryDependencies += "eu.mihosoft.vcollections" % "vcollections" % "0.2.0"
<dependency org="eu.mihosoft.vcollections" name="vcollections" rev="0.2.0"/>
@Grapes(@Grab(group='eu.mihosoft.vcollections', module='vcollections', version='0.2.0'))
'eu.mihosoft.vcollections:vcollections:jar:0.2.0'

Download

Click the following link to download the jar file.

vcollections-0.2.0-javadoc.jar
vcollections-0.2.0-sources.jar
vcollections-0.2.0.jar
vcollections-0.2.0.pom



Related Tutorials