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