MVN

com.actionlauncher : action3-api

Maven & Gradle

Mar 24, 2015
10 stars

ActionLauncherApi · The Action Launcher API allows live wallpaper app developers to provide palette details about your wallpaper so Action Launcher might theme items on a user's Home screen with the current colors from their wallpaper.

<dependency>
    <groupId>com.actionlauncher</groupId>
    <artifactId>action3-api</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.actionlauncher : action3-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.actionlauncher : action3-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
action3-api-1.1.0
1.0.x
action3-api-1.0.1
1.0
action3-api-1.0
0.2.x
action3-api-0.2.1
0.2
action3-api-0.2

How to add a dependency to Maven

Add the following com.actionlauncher : action3-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.actionlauncher</groupId>
    <artifactId>action3-api</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.actionlauncher : action3-api gradle dependency to your build.gradle file:

implementation 'com.actionlauncher:action3-api:1.1.0'

Gradle Kotlin DSL: Add the following com.actionlauncher : action3-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.actionlauncher:action3-api:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.actionlauncher : action3-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.actionlauncher" % "action3-api" % "1.1.0"

Advertisement