Files download
File Operation
jetty-pkcs12-7.6.0.RC4.jar download
jetty-pkcs12-7.6.0.RC4.pom download
jetty-pkcs12-7.6.0.RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>jetty-pkcs12</artifactId>
  <version>7.6.0.RC4</version>
</dependency>
Gradle Groovy
implementation 'org.mortbay.jetty:jetty-pkcs12:7.6.0.RC4'
Gradle Kotlin
implementation("org.mortbay.jetty:jetty-pkcs12:7.6.0.RC4")
Scala SBT
libraryDependencies += "org.mortbay.jetty" % "jetty-pkcs12" % "7.6.0.RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.mortbay.jetty', module='jetty-pkcs12', version='7.6.0.RC4')
)
Apache Ivy
<dependency org="org.mortbay.jetty" name="jetty-pkcs12" rev="7.6.0.RC4" />
Leiningen
[org.mortbay.jetty/jetty-pkcs12 "7.6.0.RC4"]
Apache Buildr
'org.mortbay.jetty:jetty-pkcs12:jar:7.6.0.RC4'