GroupId | GroupIdcom.facebook.jcommon |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version0.1.16 |
Type | Typejar |
Filename | Size |
---|---|
testing-0.1.16.pom | |
testing-0.1.16.jar | 20 KB |
testing-0.1.16-tests.jar | 2 KB |
testing-0.1.16-test-sources.jar | 1012 bytes |
testing-0.1.16-sources.jar | 10 KB |
testing-0.1.16-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.jcommon/testing/ -->
<dependency>
<groupId>com.facebook.jcommon</groupId>
<artifactId>testing</artifactId>
<version>0.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.jcommon/testing/
implementation 'com.facebook.jcommon:testing:0.1.16'
// https://jarcasting.com/artifacts/com.facebook.jcommon/testing/
implementation ("com.facebook.jcommon:testing:0.1.16")
'com.facebook.jcommon:testing:jar:0.1.16'
<dependency org="com.facebook.jcommon" name="testing" rev="0.1.16">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.jcommon', module='testing', version='0.1.16')
)
libraryDependencies += "com.facebook.jcommon" % "testing" % "0.1.16"
[com.facebook.jcommon/testing "0.1.16"]