is not current version
Last Version 3.0.0

com.github.android-password-store:openpgp-ktx 2.2.0

Reimplementation of OpenKeychain's integration library in Kotlin

GroupId

GroupId

com.github.android-password-store
ArtifactId

ArtifactId

openpgp-ktx
Version

Version

2.2.0
Type

Type

aar

Download openpgp-ktx 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.android-password-store/openpgp-ktx/ -->
<dependency>
    <groupId>com.github.android-password-store</groupId>
    <artifactId>openpgp-ktx</artifactId>
    <version>2.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.android-password-store/openpgp-ktx/
implementation 'com.github.android-password-store:openpgp-ktx:2.2.0'
// https://jarcasting.com/artifacts/com.github.android-password-store/openpgp-ktx/
implementation ("com.github.android-password-store:openpgp-ktx:2.2.0")
'com.github.android-password-store:openpgp-ktx:aar:2.2.0'
<dependency org="com.github.android-password-store" name="openpgp-ktx" rev="2.2.0">
  <artifact name="openpgp-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.android-password-store', module='openpgp-ktx', version='2.2.0')
)
libraryDependencies += "com.github.android-password-store" % "openpgp-ktx" % "2.2.0"
[com.github.android-password-store/openpgp-ktx "2.2.0"]