| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.madgag |
| Идентификатор | Идентификаторsc-parent |
| Последняя версия | Последняя версия1.47.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSpongy Castle parent POM project
Spongy Castle is a package-rename (org.bouncycastle.* to org.spongycastle.*) of Bouncy Castle
intended for the Android platform. Android unfortunately ships with a stripped-down version of
Bouncy Castle, which prevents easy upgrades - Spongy Castle overcomes this and provides a full,
up-to-date version of the Bouncy Castle cryptographic libs.
|
| Имя Файла | Размер |
|---|---|
| sc-parent-1.47.0.3.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.madgag/sc-parent/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>sc-parent</artifactId>
<version>1.47.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/sc-parent/
implementation 'com.madgag:sc-parent:1.47.0.3'
// https://jarcasting.com/artifacts/com.madgag/sc-parent/
implementation ("com.madgag:sc-parent:1.47.0.3")
'com.madgag:sc-parent:pom:1.47.0.3'
<dependency org="com.madgag" name="sc-parent" rev="1.47.0.3">
<artifact name="sc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='sc-parent', version='1.47.0.3')
)
libraryDependencies += "com.madgag" % "sc-parent" % "1.47.0.3"
[com.madgag/sc-parent "1.47.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.9 |