is not current version
Last Version 0.6.0

com.github.naoghuman:lib-database-objectdb 0.5.1

Lib-Database-ObjectDB is a library for easy accessing an ObjectDB database in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-database-objectdb for more details.

Categories

Categories

Data
GroupId

GroupId

com.github.naoghuman
ArtifactId

ArtifactId

lib-database-objectdb
Version

Version

0.5.1
Type

Type

jar

Download lib-database-objectdb 0.5.1


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