is not current version
Last Version 1.46

org.bouncycastle:bctsp-jdk14 1.38

The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API for JDK 1.4. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.

GroupId

GroupId

org.bouncycastle
ArtifactId

ArtifactId

bctsp-jdk14
Version

Version

1.38
Type

Type

jar

Download bctsp-jdk14 1.38


<!-- https://jarcasting.com/artifacts/org.bouncycastle/bctsp-jdk14/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bctsp-jdk14</artifactId>
    <version>1.38</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bctsp-jdk14/
implementation 'org.bouncycastle:bctsp-jdk14:1.38'
// https://jarcasting.com/artifacts/org.bouncycastle/bctsp-jdk14/
implementation ("org.bouncycastle:bctsp-jdk14:1.38")
'org.bouncycastle:bctsp-jdk14:jar:1.38'
<dependency org="org.bouncycastle" name="bctsp-jdk14" rev="1.38">
  <artifact name="bctsp-jdk14" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bctsp-jdk14', version='1.38')
)
libraryDependencies += "org.bouncycastle" % "bctsp-jdk14" % "1.38"
[org.bouncycastle/bctsp-jdk14 "1.38"]