is not current version
Last Version 3.1.2

com.polidea.cockpit:cockpit 2.1.0

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.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.polidea.cockpit
ArtifactId

ArtifactId

cockpit
Version

Version

2.1.0
Type

Type

aar

Download cockpit 2.1.0


<!-- https://jarcasting.com/artifacts/com.polidea.cockpit/cockpit/ -->
<dependency>
    <groupId>com.polidea.cockpit</groupId>
    <artifactId>cockpit</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.polidea.cockpit/cockpit/
implementation 'com.polidea.cockpit:cockpit:2.1.0'
// https://jarcasting.com/artifacts/com.polidea.cockpit/cockpit/
implementation ("com.polidea.cockpit:cockpit:2.1.0")
'com.polidea.cockpit:cockpit:aar:2.1.0'
<dependency org="com.polidea.cockpit" name="cockpit" rev="2.1.0">
  <artifact name="cockpit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.polidea.cockpit', module='cockpit', version='2.1.0')
)
libraryDependencies += "com.polidea.cockpit" % "cockpit" % "2.1.0"
[com.polidea.cockpit/cockpit "2.1.0"]