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.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.polidea.cockpit
ArtifactId

ArtifactId

cockpit
Last Version

Last Version

3.1.2
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/Polidea/Cockpit
Source Code Management

Source Code Management

https://github.com/Polidea/Cockpit

Download cockpit

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.github.PolideaInternal » ColorPicker jar 1.0.0
org.yaml : snakeyaml jar 1.20
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.10
androidx.appcompat » appcompat jar 1.1.0
com.google.android.material » material jar 1.2.0-alpha01
androidx.recyclerview » recyclerview jar 1.0.0
androidx.constraintlayout » constraintlayout jar 2.0.0-beta3

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.10
io.mockk : mockk jar 1.9.3

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.0
2.1.1
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0