is not current version
Last Version 3.5.1

com.lambdazen.bitsy:bitsy 3.4.0

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.4.0
Type

Type

jar

Download bitsy 3.4.0


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