| Группа | Группаorg.bouncycastle |
|---|---|
| Идентификатор | Идентификаторbcmail-jdk15on |
| Версия | Версия1.47 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bcmail-jdk15on-1.47.pom | |
| bcmail-jdk15on-1.47.pom.sig | 72 bytes |
| bcmail-jdk15on-1.47-sources.jar.sig | 72 bytes |
| bcmail-jdk15on-1.47-sources.jar | 71 KB |
| bcmail-jdk15on-1.47-javadoc.jar.sig | 72 bytes |
| bcmail-jdk15on-1.47-javadoc.jar | 165 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk15on/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk15on/
implementation 'org.bouncycastle:bcmail-jdk15on:1.47'
// https://jarcasting.com/artifacts/org.bouncycastle/bcmail-jdk15on/
implementation ("org.bouncycastle:bcmail-jdk15on:1.47")
'org.bouncycastle:bcmail-jdk15on:jar:1.47'
<dependency org="org.bouncycastle" name="bcmail-jdk15on" rev="1.47">
<artifact name="bcmail-jdk15on" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcmail-jdk15on', version='1.47')
)
libraryDependencies += "org.bouncycastle" % "bcmail-jdk15on" % "1.47"
[org.bouncycastle/bcmail-jdk15on "1.47"]