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