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