is not current version
Last Version 2.1.2

com.github.sbt:pgp-library_2.10 2.1.2-M1

sbt-pgp provides PGP signing for sbt

GroupId

GroupId

com.github.sbt
ArtifactId

ArtifactId

pgp-library_2.10
Version

Version

2.1.2-M1
Type

Type

jar

Download pgp-library_2.10 2.1.2-M1


<!-- https://jarcasting.com/artifacts/com.github.sbt/pgp-library_2.10/ -->
<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>pgp-library_2.10</artifactId>
    <version>2.1.2-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbt/pgp-library_2.10/
implementation 'com.github.sbt:pgp-library_2.10:2.1.2-M1'
// https://jarcasting.com/artifacts/com.github.sbt/pgp-library_2.10/
implementation ("com.github.sbt:pgp-library_2.10:2.1.2-M1")
'com.github.sbt:pgp-library_2.10:jar:2.1.2-M1'
<dependency org="com.github.sbt" name="pgp-library_2.10" rev="2.1.2-M1">
  <artifact name="pgp-library_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbt', module='pgp-library_2.10', version='2.1.2-M1')
)
libraryDependencies += "com.github.sbt" % "pgp-library_2.10" % "2.1.2-M1"
[com.github.sbt/pgp-library_2.10 "2.1.2-M1"]