MVN

com.microkubes : tools

Maven & Gradle

Apr 09, 2020
0 stars

Microkubes Tools for Java · Java integration library for Microkubes platform.

<dependency>
    <groupId>com.microkubes</groupId>
    <artifactId>tools</artifactId>
    <version>0.2.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microkubes : tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0.RELEASE

All Versions

Choose a version of com.microkubes : tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
tools-0.2.0.RELEASE
0.1.x
tools-0.1.4.RELEASE
tools-0.1.3.RELEASE
tools-0.1.2.RELEASE
tools-0.1.1.RELEASE
tools-0.1.0.RELEASE

How to add a dependency to Maven

Add the following com.microkubes : tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microkubes</groupId>
    <artifactId>tools</artifactId>
    <version>0.2.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microkubes : tools gradle dependency to your build.gradle file:

implementation 'com.microkubes:tools:0.2.0.RELEASE'

Gradle Kotlin DSL: Add the following com.microkubes : tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microkubes:tools:0.2.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microkubes : tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microkubes" % "tools" % "0.2.0.RELEASE"

Advertisement