<dependency> <groupId>com.github.sbt</groupId> <artifactId>pgp-library_2.12</artifactId> <version>2.3.0</version> </dependency>
implementation 'com.github.sbt:pgp-library_2.12:2.3.0'
implementation("com.github.sbt:pgp-library_2.12:2.3.0")
libraryDependencies += "com.github.sbt" % "pgp-library_2.12" % "2.3.0"
@Grapes( @Grab(group='com.github.sbt', module='pgp-library_2.12', version='2.3.0') )
<dependency org="com.github.sbt" name="pgp-library_2.12" rev="2.3.0" />
[com.github.sbt/pgp-library_2.12 "2.3.0"]
'com.github.sbt:pgp-library_2.12:jar:2.3.0'
compile
|-- org.scala-lang:scala-library:2.12.15
|-- org.bouncycastle:bcpg-jdk15on:1.69
|-- com.eed3si9n:gigahorse-okhttp_2.12:0.4.0
|-- org.scala-lang.modules:scala-parser-combinators_2.12:1.1.2
test
|-- org.specs2:specs2-core_2.12:4.20.8
|-- org.scala-sbt:io_2.12:1.10.0