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