GroupId | GroupIdorg.conscrypt |
---|---|
ArtifactId | ArtifactIdconscrypt-testing |
Version | Version1.0.0.RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.conscrypt/conscrypt-testing/ -->
<dependency>
<groupId>org.conscrypt</groupId>
<artifactId>conscrypt-testing</artifactId>
<version>1.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.conscrypt/conscrypt-testing/
implementation 'org.conscrypt:conscrypt-testing:1.0.0.RC4'
// https://jarcasting.com/artifacts/org.conscrypt/conscrypt-testing/
implementation ("org.conscrypt:conscrypt-testing:1.0.0.RC4")
'org.conscrypt:conscrypt-testing:jar:1.0.0.RC4'
<dependency org="org.conscrypt" name="conscrypt-testing" rev="1.0.0.RC4">
<artifact name="conscrypt-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.conscrypt', module='conscrypt-testing', version='1.0.0.RC4')
)
libraryDependencies += "org.conscrypt" % "conscrypt-testing" % "1.0.0.RC4"
[org.conscrypt/conscrypt-testing "1.0.0.RC4"]