Categories |
CategoriesJSON Data fastjson Pippo User Interface Web Frameworks |
---|---|
GroupId | GroupIdro.pippo |
ArtifactId | ArtifactIdpippo-fastjson |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
pippo-fastjson-1.3.0.pom | |
pippo-fastjson-1.3.0.jar | 3 KB |
pippo-fastjson-1.3.0-sources.jar | 2 KB |
pippo-fastjson-1.3.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-fastjson/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-fastjson</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-fastjson/
implementation 'ro.pippo:pippo-fastjson:1.3.0'
// https://jarcasting.com/artifacts/ro.pippo/pippo-fastjson/
implementation ("ro.pippo:pippo-fastjson:1.3.0")
'ro.pippo:pippo-fastjson:jar:1.3.0'
<dependency org="ro.pippo" name="pippo-fastjson" rev="1.3.0">
<artifact name="pippo-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-fastjson', version='1.3.0')
)
libraryDependencies += "ro.pippo" % "pippo-fastjson" % "1.3.0"
[ro.pippo/pippo-fastjson "1.3.0"]