| License |
License |
|---|---|
| GroupId | GroupIdcom.ohmdb |
| ArtifactId | ArtifactIdohmdb-all |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionOhmDB - The Irresistible RDBMS + NoSQL Database for Java
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ohmdb-all-1.0.0.pom | |
| ohmdb-all-1.0.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ohmdb/ohmdb-all/ -->
<dependency>
<groupId>com.ohmdb</groupId>
<artifactId>ohmdb-all</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ohmdb/ohmdb-all/
implementation 'com.ohmdb:ohmdb-all:1.0.0'
// https://jarcasting.com/artifacts/com.ohmdb/ohmdb-all/
implementation ("com.ohmdb:ohmdb-all:1.0.0")
'com.ohmdb:ohmdb-all:jar:1.0.0'
<dependency org="com.ohmdb" name="ohmdb-all" rev="1.0.0">
<artifact name="ohmdb-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ohmdb', module='ohmdb-all', version='1.0.0')
)
libraryDependencies += "com.ohmdb" % "ohmdb-all" % "1.0.0"
[com.ohmdb/ohmdb-all "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ohmdb : ohmdb-core | jar | 1.0.0 |