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.0.jar download
pgp-library_2.12-2.2.0.pom download
pgp-library_2.12-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>pgp-library_2.12</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:pgp-library_2.12:2.2.0'
Gradle Kotlin
implementation("com.github.sbt:pgp-library_2.12:2.2.0")
Scala SBT
libraryDependencies += "com.github.sbt" % "pgp-library_2.12" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='pgp-library_2.12', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.sbt" name="pgp-library_2.12" rev="2.2.0" />
Leiningen
[com.github.sbt/pgp-library_2.12 "2.2.0"]
Apache Buildr
'com.github.sbt:pgp-library_2.12:jar:2.2.0'