Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdcom.github.jsurfer |
ArtifactId | ArtifactIdjsurfer-fastjson |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
jsurfer-fastjson-1.4.2.pom | |
jsurfer-fastjson-1.4.2.jar | 6 KB |
jsurfer-fastjson-1.4.2-sources.jar | 2 KB |
jsurfer-fastjson-1.4.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-fastjson/ -->
<dependency>
<groupId>com.github.jsurfer</groupId>
<artifactId>jsurfer-fastjson</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-fastjson/
implementation 'com.github.jsurfer:jsurfer-fastjson:1.4.2'
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer-fastjson/
implementation ("com.github.jsurfer:jsurfer-fastjson:1.4.2")
'com.github.jsurfer:jsurfer-fastjson:jar:1.4.2'
<dependency org="com.github.jsurfer" name="jsurfer-fastjson" rev="1.4.2">
<artifact name="jsurfer-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsurfer', module='jsurfer-fastjson', version='1.4.2')
)
libraryDependencies += "com.github.jsurfer" % "jsurfer-fastjson" % "1.4.2"
[com.github.jsurfer/jsurfer-fastjson "1.4.2"]