MVN

org.ogce : bcgss

Maven & Gradle

Oct 09, 2013
8 usages
2 stars

Bouncy Castle for GSS · Bouncy castle modifications to enable GSS. The changes are contributed to bc1.49

<dependency>
    <groupId>org.ogce</groupId>
    <artifactId>bcgss</artifactId>
    <version>146</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ogce : bcgss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 146

All Versions

Choose a version of org.ogce : bcgss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
146
bcgss-146

How to add a dependency to Maven

Add the following org.ogce : bcgss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ogce</groupId>
    <artifactId>bcgss</artifactId>
    <version>146</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ogce : bcgss gradle dependency to your build.gradle file:

implementation 'org.ogce:bcgss:146'

Gradle Kotlin DSL: Add the following org.ogce : bcgss gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ogce:bcgss:146")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ogce : bcgss sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ogce" % "bcgss" % "146"