| Группа | Группаcom.facebook.jcommon |
|---|---|
| Идентификатор | Идентификаторtesting |
| Версия | Версия0.1.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testing-0.1.9.pom | |
| testing-0.1.9.jar | 20 KB |
| testing-0.1.9-tests.jar | 2 KB |
| testing-0.1.9-test-sources.jar | 1010 bytes |
| testing-0.1.9-sources.jar | 10 KB |
| testing-0.1.9-javadoc.jar | 70 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.jcommon/testing/ -->
<dependency>
<groupId>com.facebook.jcommon</groupId>
<artifactId>testing</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.jcommon/testing/
implementation 'com.facebook.jcommon:testing:0.1.9'
// https://jarcasting.com/artifacts/com.facebook.jcommon/testing/
implementation ("com.facebook.jcommon:testing:0.1.9")
'com.facebook.jcommon:testing:jar:0.1.9'
<dependency org="com.facebook.jcommon" name="testing" rev="0.1.9">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.jcommon', module='testing', version='0.1.9')
)
libraryDependencies += "com.facebook.jcommon" % "testing" % "0.1.9"
[com.facebook.jcommon/testing "0.1.9"]