MVN

com.appslandia : appslandia-plum-defaults

Maven & Gradle

May 12, 2017

appslandia-plum-defaults · AppsLandia Plum - Defaults

<dependency>
    <groupId>com.appslandia</groupId>
    <artifactId>appslandia-plum-defaults</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appslandia : appslandia-plum-defaults to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.appslandia : appslandia-plum-defaults to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
appslandia-plum-defaults-1.2
1.1
appslandia-plum-defaults-1.1
1.0
appslandia-plum-defaults-1.0

How to add a dependency to Maven

Add the following com.appslandia : appslandia-plum-defaults maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appslandia</groupId>
    <artifactId>appslandia-plum-defaults</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appslandia : appslandia-plum-defaults gradle dependency to your build.gradle file:

implementation 'com.appslandia:appslandia-plum-defaults:1.2'

Gradle Kotlin DSL: Add the following com.appslandia : appslandia-plum-defaults gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appslandia:appslandia-plum-defaults:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appslandia : appslandia-plum-defaults sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appslandia" % "appslandia-plum-defaults" % "1.2"

Advertisement