| License | License | 
|---|---|
| GroupId | GroupIdorg.bouncycastle | 
| ArtifactId | ArtifactIdbcprov-debug-jdk15on | 
| Last Version | Last Version1.70 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBouncy Castle Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for Java 1.5 and later with debug enabled. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcprov-debug-jdk15on/ -->
<dependency>
    <groupId>org.bouncycastle</groupId>
    <artifactId>bcprov-debug-jdk15on</artifactId>
    <version>1.70</version>
</dependency>// https://jarcasting.com/artifacts/org.bouncycastle/bcprov-debug-jdk15on/
implementation 'org.bouncycastle:bcprov-debug-jdk15on:1.70'// https://jarcasting.com/artifacts/org.bouncycastle/bcprov-debug-jdk15on/
implementation ("org.bouncycastle:bcprov-debug-jdk15on:1.70")'org.bouncycastle:bcprov-debug-jdk15on:jar:1.70'<dependency org="org.bouncycastle" name="bcprov-debug-jdk15on" rev="1.70">
  <artifact name="bcprov-debug-jdk15on" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bouncycastle', module='bcprov-debug-jdk15on', version='1.70')
)libraryDependencies += "org.bouncycastle" % "bcprov-debug-jdk15on" % "1.70"[org.bouncycastle/bcprov-debug-jdk15on "1.70"]