Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdio.fastjson |
ArtifactId | ArtifactIdslumberdb-service |
Version | Version0.30 |
Type | Typejar |
Filename | Size |
---|---|
slumberdb-service-0.30.pom | |
slumberdb-service-0.30.jar | 26 KB |
slumberdb-service-0.30-sources.jar | 7 KB |
slumberdb-service-0.30-mod.zip | 9 MB |
slumberdb-service-0.30-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fastjson/slumberdb-service/ -->
<dependency>
<groupId>io.fastjson</groupId>
<artifactId>slumberdb-service</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/io.fastjson/slumberdb-service/
implementation 'io.fastjson:slumberdb-service:0.30'
// https://jarcasting.com/artifacts/io.fastjson/slumberdb-service/
implementation ("io.fastjson:slumberdb-service:0.30")
'io.fastjson:slumberdb-service:jar:0.30'
<dependency org="io.fastjson" name="slumberdb-service" rev="0.30">
<artifact name="slumberdb-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fastjson', module='slumberdb-service', version='0.30')
)
libraryDependencies += "io.fastjson" % "slumberdb-service" % "0.30"
[io.fastjson/slumberdb-service "0.30"]