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