GroupId | GroupIdcom.madgag.spongycastle |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.51.0.0 |
Type | Typejar |
Filename | Size |
---|---|
core-1.51.0.0.pom | |
core-1.51.0.0.jar | 2 MB |
core-1.51.0.0-sources.jar | 1 MB |
core-1.51.0.0-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.madgag.spongycastle/core/ -->
<dependency>
<groupId>com.madgag.spongycastle</groupId>
<artifactId>core</artifactId>
<version>1.51.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag.spongycastle/core/
implementation 'com.madgag.spongycastle:core:1.51.0.0'
// https://jarcasting.com/artifacts/com.madgag.spongycastle/core/
implementation ("com.madgag.spongycastle:core:1.51.0.0")
'com.madgag.spongycastle:core:jar:1.51.0.0'
<dependency org="com.madgag.spongycastle" name="core" rev="1.51.0.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag.spongycastle', module='core', version='1.51.0.0')
)
libraryDependencies += "com.madgag.spongycastle" % "core" % "1.51.0.0"
[com.madgag.spongycastle/core "1.51.0.0"]