Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdcom.alibaba.fastjson2 |
ArtifactId | ArtifactIdfastjson2-benchmark |
Version | Version2.0.5.android |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.fastjson2/fastjson2-benchmark/ -->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-benchmark</artifactId>
<version>2.0.5.android</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.fastjson2/fastjson2-benchmark/
implementation 'com.alibaba.fastjson2:fastjson2-benchmark:2.0.5.android'
// https://jarcasting.com/artifacts/com.alibaba.fastjson2/fastjson2-benchmark/
implementation ("com.alibaba.fastjson2:fastjson2-benchmark:2.0.5.android")
'com.alibaba.fastjson2:fastjson2-benchmark:jar:2.0.5.android'
<dependency org="com.alibaba.fastjson2" name="fastjson2-benchmark" rev="2.0.5.android">
<artifact name="fastjson2-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.fastjson2', module='fastjson2-benchmark', version='2.0.5.android')
)
libraryDependencies += "com.alibaba.fastjson2" % "fastjson2-benchmark" % "2.0.5.android"
[com.alibaba.fastjson2/fastjson2-benchmark "2.0.5.android"]