is not current version
Last Version 3.2.0

io.objectbox:objectbox-windows 2.8.0

ObjectBox is a fast NoSQL database for Objects

GroupId

GroupId

io.objectbox
ArtifactId

ArtifactId

objectbox-windows
Version

Version

2.8.0
Type

Type

jar

Download objectbox-windows 2.8.0


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