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