p

pgp-library_2.12

sbt-pgp provides PGP signing for sbt
https://github.com/sbt/sbt-pgp
BSD-3-Clause
com.github.sbt
Josh Suereth Eugene Yokota
Files download
File Operation
pgp-library_2.12-2.2.1.jar download
pgp-library_2.12-2.2.1.pom download
pgp-library_2.12-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>pgp-library_2.12</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:pgp-library_2.12:2.2.1'
Gradle Kotlin
implementation("com.github.sbt:pgp-library_2.12:2.2.1")
Scala SBT
libraryDependencies += "com.github.sbt" % "pgp-library_2.12" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='pgp-library_2.12', version='2.2.1')
)
Apache Ivy
<dependency org="com.github.sbt" name="pgp-library_2.12" rev="2.2.1" />
Leiningen
[com.github.sbt/pgp-library_2.12 "2.2.1"]
Apache Buildr
'com.github.sbt:pgp-library_2.12:jar:2.2.1'