MVN

com.opkloud : kloudminions-api

Maven & Gradle

Oct 14, 2020
1 usages

Kloudminions API · Kloud Minions allow operations and developers to easily and efficiently write cloud automation tasks. This is accomplished via a simple process language that can combine the actions of many simple minions to create robust and arbitrarily-complex processes. Minion libraries can be created and reused to automate the most common actions.

<dependency>
    <groupId>com.opkloud</groupId>
    <artifactId>kloudminions-api</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opkloud : kloudminions-api to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.opkloud : kloudminions-api to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
kloudminions-api-1.0.7
kloudminions-api-1.0.6
kloudminions-api-1.0.5
kloudminions-api-1.0.4
kloudminions-api-1.0.3
kloudminions-api-1.0.2
kloudminions-api-1.0.1
1.0
kloudminions-api-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.opkloud</groupId>
    <artifactId>kloudminions-api</artifactId>
    <version>1.0.7</version>
</dependency>

Advertisement