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