Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.naoghuman |
ArtifactId | ArtifactIdlib-database-objectdb |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-database-objectdb/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-database-objectdb</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-database-objectdb/
implementation 'com.github.naoghuman:lib-database-objectdb:0.4.1'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-database-objectdb/
implementation ("com.github.naoghuman:lib-database-objectdb:0.4.1")
'com.github.naoghuman:lib-database-objectdb:jar:0.4.1'
<dependency org="com.github.naoghuman" name="lib-database-objectdb" rev="0.4.1">
<artifact name="lib-database-objectdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-database-objectdb', version='0.4.1')
)
libraryDependencies += "com.github.naoghuman" % "lib-database-objectdb" % "0.4.1"
[com.github.naoghuman/lib-database-objectdb "0.4.1"]