MVN

com.github.mmuller88 : cdk-alps-spec-rest-api

Maven & Gradle

Dec 28, 2020
6 stars

cdk-alps-spec-rest-api

<dependency>
    <groupId>com.github.mmuller88</groupId>
    <artifactId>cdk-alps-spec-rest-api</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mmuller88 : cdk-alps-spec-rest-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.10

All Versions

Choose a version of com.github.mmuller88 : cdk-alps-spec-rest-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
cdk-alps-spec-rest-api-0.1.10
cdk-alps-spec-rest-api-0.1.9
cdk-alps-spec-rest-api-0.1.8
cdk-alps-spec-rest-api-0.1.7

How to add a dependency to Maven

Add the following com.github.mmuller88 : cdk-alps-spec-rest-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mmuller88</groupId>
    <artifactId>cdk-alps-spec-rest-api</artifactId>
    <version>0.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mmuller88 : cdk-alps-spec-rest-api gradle dependency to your build.gradle file:

implementation 'com.github.mmuller88:cdk-alps-spec-rest-api:0.1.10'

Gradle Kotlin DSL: Add the following com.github.mmuller88 : cdk-alps-spec-rest-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mmuller88:cdk-alps-spec-rest-api:0.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mmuller88 : cdk-alps-spec-rest-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mmuller88" % "cdk-alps-spec-rest-api" % "0.1.10"

Advertisement