Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-database-objectdb |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
lib-database-objectdb-0.5.1.pom | |
lib-database-objectdb-0.5.1.jar | 21 KB |
lib-database-objectdb-0.5.1-sources.jar | 22 KB |
lib-database-objectdb-0.5.1-javadoc.jar | 107 KB |
Browse |
<!-- 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"]