is not current version
Last Version 3.5.1

com.lambdazen.bitsy:bitsy 1.5.2

Bitsy is a small, fast, embeddable, durable in-memory graph database that implements the Blueprints API

GroupId

GroupId

com.lambdazen.bitsy
ArtifactId

ArtifactId

bitsy
Version

Version

1.5.2
Type

Type

jar

Download bitsy 1.5.2


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