Files download
File Operation
task-shape-13.03-beta.jar download
task-shape-13.03-beta.pom download
task-shape-13.03-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.cloudfarming.client</groupId>
  <artifactId>task-shape</artifactId>
  <version>13.03-beta</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'nl.cloudfarming.client:task-shape:13.03-beta'
Gradle Kotlin
implementation("nl.cloudfarming.client:task-shape:13.03-beta")
Scala SBT
libraryDependencies += "nl.cloudfarming.client" % "task-shape" % "13.03-beta"
Groovy Grape
@Grapes(
  @Grab(group='nl.cloudfarming.client', module='task-shape', version='13.03-beta')
)
Apache Ivy
<dependency org="nl.cloudfarming.client" name="task-shape" rev="13.03-beta" />
Leiningen
[nl.cloudfarming.client/task-shape "13.03-beta"]
Apache Buildr
'nl.cloudfarming.client:task-shape:jar:13.03-beta'