is not current version
Last Version 3.5.1

com.lambdazen.bitsy:bitsy 3.2.1

Bitsy v3 is a small, fast, embeddable, durable in-memory graph database that is compatible with Tinkerpop3

GroupId

GroupId

com.lambdazen.bitsy
ArtifactId

ArtifactId

bitsy
Version

Version

3.2.1
Type

Type

jar

Download bitsy 3.2.1


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