is not current version
Last Version 1.1.2

net.krazyweb:stardb4j 1.0

A port of StarDB to Java to read Starbound's database files.

Categories

Categories

Net
GroupId

GroupId

net.krazyweb
ArtifactId

ArtifactId

stardb4j
Version

Version

1.0
Type

Type

jar

Download stardb4j 1.0


<!-- https://jarcasting.com/artifacts/net.krazyweb/stardb4j/ -->
<dependency>
    <groupId>net.krazyweb</groupId>
    <artifactId>stardb4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.krazyweb/stardb4j/
implementation 'net.krazyweb:stardb4j:1.0'
// https://jarcasting.com/artifacts/net.krazyweb/stardb4j/
implementation ("net.krazyweb:stardb4j:1.0")
'net.krazyweb:stardb4j:jar:1.0'
<dependency org="net.krazyweb" name="stardb4j" rev="1.0">
  <artifact name="stardb4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.krazyweb', module='stardb4j', version='1.0')
)
libraryDependencies += "net.krazyweb" % "stardb4j" % "1.0"
[net.krazyweb/stardb4j "1.0"]