| GroupId | GroupIdorg.conscrypt |
|---|---|
| ArtifactId | ArtifactIdconscrypt-openjdk-uber |
| Version | Version1.0.0.RC14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| conscrypt-openjdk-uber-1.0.0.RC14.pom | |
| conscrypt-openjdk-uber-1.0.0.RC14.jar | 3 MB |
| conscrypt-openjdk-uber-1.0.0.RC14-sources.jar | 261 bytes |
| conscrypt-openjdk-uber-1.0.0.RC14-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.conscrypt/conscrypt-openjdk-uber/ -->
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-openjdk-uber</artifactId>
<version>1.0.0.RC14</version>
</dependency>
// https://jarcasting.com/artifacts/org.conscrypt/conscrypt-openjdk-uber/
implementation 'org.conscrypt:conscrypt-openjdk-uber:1.0.0.RC14'
// https://jarcasting.com/artifacts/org.conscrypt/conscrypt-openjdk-uber/
implementation ("org.conscrypt:conscrypt-openjdk-uber:1.0.0.RC14")
'org.conscrypt:conscrypt-openjdk-uber:jar:1.0.0.RC14'
<dependency org="org.conscrypt" name="conscrypt-openjdk-uber" rev="1.0.0.RC14">
<artifact name="conscrypt-openjdk-uber" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.conscrypt', module='conscrypt-openjdk-uber', version='1.0.0.RC14')
)
libraryDependencies += "org.conscrypt" % "conscrypt-openjdk-uber" % "1.0.0.RC14"
[org.conscrypt/conscrypt-openjdk-uber "1.0.0.RC14"]