Files download
File Operation
conscrypt-testing-1.0.0.RC4.jar download
conscrypt-testing-1.0.0.RC4.pom download
conscrypt-testing-1.0.0.RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.conscrypt</groupId>
  <artifactId>conscrypt-testing</artifactId>
  <version>1.0.0.RC4</version>
</dependency>
Gradle Groovy
implementation 'org.conscrypt:conscrypt-testing:1.0.0.RC4'
Gradle Kotlin
implementation("org.conscrypt:conscrypt-testing:1.0.0.RC4")
Scala SBT
libraryDependencies += "org.conscrypt" % "conscrypt-testing" % "1.0.0.RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.conscrypt', module='conscrypt-testing', version='1.0.0.RC4')
)
Apache Ivy
<dependency org="org.conscrypt" name="conscrypt-testing" rev="1.0.0.RC4" />
Leiningen
[org.conscrypt/conscrypt-testing "1.0.0.RC4"]
Apache Buildr
'org.conscrypt:conscrypt-testing:jar:1.0.0.RC4'