GroupId | GroupIdio.objectbox |
---|---|
ArtifactId | ArtifactIdobjectbox-macos |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
objectbox-macos-2.8.0.pom | |
objectbox-macos-2.8.0.jar | 459 KB |
objectbox-macos-2.8.0-sources.jar | 368 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.objectbox/objectbox-macos/ -->
<dependency>
<groupId>io.objectbox</groupId>
<artifactId>objectbox-macos</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.objectbox/objectbox-macos/
implementation 'io.objectbox:objectbox-macos:2.8.0'
// https://jarcasting.com/artifacts/io.objectbox/objectbox-macos/
implementation ("io.objectbox:objectbox-macos:2.8.0")
'io.objectbox:objectbox-macos:jar:2.8.0'
<dependency org="io.objectbox" name="objectbox-macos" rev="2.8.0">
<artifact name="objectbox-macos" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.objectbox', module='objectbox-macos', version='2.8.0')
)
libraryDependencies += "io.objectbox" % "objectbox-macos" % "2.8.0"
[io.objectbox/objectbox-macos "2.8.0"]