Download groovy-upcloud-core-0.0.6.jar file - Jar g

Jar examples for g:groovy-upcloud-core

Description

Groovy UpCloud core provides a way to talk to the UpCloud API and a representation of the Resources

You can download jar file groovy-upcloud-core 0.0.6 in this page.

License

GNU General Public License, version 3

Build File

You can use the following script to add groovy-upcloud-core-0.0.6.jar to your project.

<dependency>
   <groupId>fi.linuxbox.upcloud</groupId>
   <artifactId>groovy-upcloud-core</artifactId>
   <version>0.0.6</version>
</dependency>
compile group: 'fi.linuxbox.upcloud', name: 'groovy-upcloud-core', version: '0.0.6'
libraryDependencies += "fi.linuxbox.upcloud" % "groovy-upcloud-core" % "0.0.6"
<dependency org="fi.linuxbox.upcloud" name="groovy-upcloud-core" rev="0.0.6"/>
@Grapes(@Grab(group='fi.linuxbox.upcloud', module='groovy-upcloud-core', version='0.0.6'))
'fi.linuxbox.upcloud:groovy-upcloud-core:jar:0.0.6'

Download

Click the following link to download the jar file.

groovy-upcloud-core-0.0.6-javadoc.jar
groovy-upcloud-core-0.0.6-sources.jar
groovy-upcloud-core-0.0.6.jar
groovy-upcloud-core-0.0.6.pom



Related Tutorials