Download groovy-upcloud-core-0.0.5.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.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials