is not current version
Last Version 3.1.2

com.polidea.cockpit:cockpit 1.0.1

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

1.0.1
Type

Type

aar

Download cockpit 1.0.1


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