License |
License |
---|---|
GroupId | GroupIdorg.ogce |
ArtifactId | ArtifactIdbcgss |
Last Version | Last Version146 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy Castle for GSS
Bouncy castle modifications to enable GSS. The changes are contributed to bc1.49
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcgss-146.pom | |
bcgss-146.jar | 1 MB |
bcgss-146-sources.jar | 556 bytes |
bcgss-146-javadoc.jar | 556 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ogce/bcgss/ -->
<dependency>
<groupId>org.ogce</groupId>
<artifactId>bcgss</artifactId>
<version>146</version>
</dependency>
// https://jarcasting.com/artifacts/org.ogce/bcgss/
implementation 'org.ogce:bcgss:146'
// https://jarcasting.com/artifacts/org.ogce/bcgss/
implementation ("org.ogce:bcgss:146")
'org.ogce:bcgss:jar:146'
<dependency org="org.ogce" name="bcgss" rev="146">
<artifact name="bcgss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ogce', module='bcgss', version='146')
)
libraryDependencies += "org.ogce" % "bcgss" % "146"
[org.ogce/bcgss "146"]