GroupId | GroupIdcom.madgag.spongycastle |
---|---|
ArtifactId | ArtifactIdpg |
Version | Version1.53.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pg-1.53.0.0.pom | |
pg-1.53.0.0.jar | 332 KB |
pg-1.53.0.0-sources.jar | 228 KB |
pg-1.53.0.0-javadoc.jar | 639 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/ -->
<dependency>
<groupId>com.madgag.spongycastle</groupId>
<artifactId>pg</artifactId>
<version>1.53.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/
implementation 'com.madgag.spongycastle:pg:1.53.0.0'
// https://jarcasting.com/artifacts/com.madgag.spongycastle/pg/
implementation ("com.madgag.spongycastle:pg:1.53.0.0")
'com.madgag.spongycastle:pg:jar:1.53.0.0'
<dependency org="com.madgag.spongycastle" name="pg" rev="1.53.0.0">
<artifact name="pg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag.spongycastle', module='pg', version='1.53.0.0')
)
libraryDependencies += "com.madgag.spongycastle" % "pg" % "1.53.0.0"
[com.madgag.spongycastle/pg "1.53.0.0"]