| License | License | 
|---|---|
| Categories | CategoriesJSON Data fastjson | 
| GroupId | GroupIdcom.rover12421 | 
| ArtifactId | ArtifactIdfastjson | 
| Last Version | Last Version1.2.47 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfastjson fastjson | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| fastjson-1.2.47.pom | |
| fastjson-1.2.47.jar | 563 KB | 
| fastjson-1.2.47-sources.jar | 334 KB | 
| fastjson-1.2.47-javadoc.jar | 692 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rover12421/fastjson/ -->
<dependency>
    <groupId>com.rover12421</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.2.47</version>
</dependency>// https://jarcasting.com/artifacts/com.rover12421/fastjson/
implementation 'com.rover12421:fastjson:1.2.47'// https://jarcasting.com/artifacts/com.rover12421/fastjson/
implementation ("com.rover12421:fastjson:1.2.47")'com.rover12421:fastjson:jar:1.2.47'<dependency org="com.rover12421" name="fastjson" rev="1.2.47">
  <artifact name="fastjson" type="jar" />
</dependency>@Grapes(
@Grab(group='com.rover12421', module='fastjson', version='1.2.47')
)libraryDependencies += "com.rover12421" % "fastjson" % "1.2.47"[com.rover12421/fastjson "1.2.47"]