Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdio.fastjson |
ArtifactId | ArtifactIdslumberdb |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
slumberdb-0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fastjson/slumberdb/ -->
<dependency>
<groupId>io.fastjson</groupId>
<artifactId>slumberdb</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fastjson/slumberdb/
implementation 'io.fastjson:slumberdb:0.1'
// https://jarcasting.com/artifacts/io.fastjson/slumberdb/
implementation ("io.fastjson:slumberdb:0.1")
'io.fastjson:slumberdb:pom:0.1'
<dependency org="io.fastjson" name="slumberdb" rev="0.1">
<artifact name="slumberdb" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fastjson', module='slumberdb', version='0.1')
)
libraryDependencies += "io.fastjson" % "slumberdb" % "0.1"
[io.fastjson/slumberdb "0.1"]