MVN

org.openl.jgit : org.eclipse.jgit.gpg.bc.test

Maven & Gradle

Jan 11, 2022

JGit - BouncyCastle GPG Tests · JUnit tests for the JGit GPG support based on BouncyCastle.

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.gpg.bc.test</artifactId>
    <version>6.0.0.202111291000-r</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openl.jgit : org.eclipse.jgit.gpg.bc.test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0.202111291000-r

All Versions

Choose a version of org.openl.jgit : org.eclipse.jgit.gpg.bc.test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
org.eclipse.jgit.gpg.bc.test-6.0.0.202111291000-r

How to add a dependency to Maven

Add the following org.openl.jgit : org.eclipse.jgit.gpg.bc.test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.gpg.bc.test</artifactId>
    <version>6.0.0.202111291000-r</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openl.jgit : org.eclipse.jgit.gpg.bc.test gradle dependency to your build.gradle file:

implementation 'org.openl.jgit:org.eclipse.jgit.gpg.bc.test:6.0.0.202111291000-r'

Gradle Kotlin DSL: Add the following org.openl.jgit : org.eclipse.jgit.gpg.bc.test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openl.jgit:org.eclipse.jgit.gpg.bc.test:6.0.0.202111291000-r")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openl.jgit : org.eclipse.jgit.gpg.bc.test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.gpg.bc.test" % "6.0.0.202111291000-r"

Advertisement