MVN

com.adaptc.gradle : moab-sdk

Maven & Gradle

May 24, 2016
7 stars

Moab SDK Gradle Plugins · Gradle plugins comprising a plugin SDK for Moab.

<dependency>
    <groupId>com.adaptc.gradle</groupId>
    <artifactId>moab-sdk</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adaptc.gradle : moab-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.adaptc.gradle : moab-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
moab-sdk-0.13
0.12
moab-sdk-0.12
0.11
moab-sdk-0.11
0.10
moab-sdk-0.10
0.9
moab-sdk-0.9
0.8
moab-sdk-0.8
0.7
moab-sdk-0.7
0.6
moab-sdk-0.6

How to add a dependency to Maven

Add the following com.adaptc.gradle : moab-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adaptc.gradle</groupId>
    <artifactId>moab-sdk</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adaptc.gradle : moab-sdk gradle dependency to your build.gradle file:

implementation 'com.adaptc.gradle:moab-sdk:0.13'

Gradle Kotlin DSL: Add the following com.adaptc.gradle : moab-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adaptc.gradle:moab-sdk:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adaptc.gradle : moab-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adaptc.gradle" % "moab-sdk" % "0.13"