MVN

com.polidea.cockpit : cockpit

Maven & Gradle

Oct 25, 2019
119 stars

Cockpit · Cockpit is an Android library providing a way to easily define a set of parameters that can be accessed and changed by the developers via built-in compact UI at runtime.

<dependency>
    <groupId>com.polidea.cockpit</groupId>
    <artifactId>cockpit</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.polidea.cockpit : cockpit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2

All Versions

Choose a version of com.polidea.cockpit : cockpit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
cockpit-3.1.2
cockpit-3.1.1
cockpit-3.1.0
3.0.x
cockpit-3.0.1
cockpit-3.0.0
2.2.x
cockpit-2.2.0
2.1.x
cockpit-2.1.1
cockpit-2.1.0
2.0.x
cockpit-2.0.0
1.0.x
cockpit-1.0.3
cockpit-1.0.2
cockpit-1.0.1
cockpit-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.polidea.cockpit</groupId>
    <artifactId>cockpit</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.polidea.cockpit : cockpit gradle dependency to your build.gradle file:

implementation 'com.polidea.cockpit:cockpit:3.1.2'

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

implementation("com.polidea.cockpit:cockpit:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.polidea.cockpit : cockpit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.polidea.cockpit" % "cockpit" % "3.1.2"

Advertisement