| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.restfb |
| Идентификатор | Идентификаторrestfb-project |
| Последняя версия | Последняя версия1.6.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеRestFB
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| restfb-project-1.6.7.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb-project/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb-project</artifactId>
<version>1.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb-project/
implementation 'com.restfb:restfb-project:1.6.7'
// https://jarcasting.com/artifacts/com.restfb/restfb-project/
implementation ("com.restfb:restfb-project:1.6.7")
'com.restfb:restfb-project:pom:1.6.7'
<dependency org="com.restfb" name="restfb-project" rev="1.6.7">
<artifact name="restfb-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb-project', version='1.6.7')
)
libraryDependencies += "com.restfb" % "restfb-project" % "1.6.7"
[com.restfb/restfb-project "1.6.7"]