b

bctsp-jdk15

The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API for JDK 1.5. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.
http://www.bouncycastle.org/java.html
Bouncy Castle Licence
Files download
File Operation
bctsp-jdk15-1.43.jar download
bctsp-jdk15-1.43.pom download
bctsp-jdk15-1.43-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bctsp-jdk15</artifactId>
  <version>1.43</version>
</dependency>
Gradle Groovy
implementation 'org.bouncycastle:bctsp-jdk15:1.43'
Gradle Kotlin
implementation("org.bouncycastle:bctsp-jdk15:1.43")
Scala SBT
libraryDependencies += "org.bouncycastle" % "bctsp-jdk15" % "1.43"
Groovy Grape
@Grapes(
  @Grab(group='org.bouncycastle', module='bctsp-jdk15', version='1.43')
)
Apache Ivy
<dependency org="org.bouncycastle" name="bctsp-jdk15" rev="1.43" />
Leiningen
[org.bouncycastle/bctsp-jdk15 "1.43"]
Apache Buildr
'org.bouncycastle:bctsp-jdk15:jar:1.43'