p

pgp-library_2.10

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