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