| License |
License |
|---|---|
| GroupId | GroupIdde.raysha.lib |
| ArtifactId | ArtifactIddbc |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDatabase-Collections
Collection (Set/List/Map) implementations that store his content into a database.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbc-2.0.pom | |
| dbc-2.0.jar | 57 KB |
| dbc-2.0-sources.jar | 33 KB |
| dbc-2.0-javadoc.jar | 228 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.raysha.lib/dbc/ -->
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>dbc</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.raysha.lib/dbc/
implementation 'de.raysha.lib:dbc:2.0'
// https://jarcasting.com/artifacts/de.raysha.lib/dbc/
implementation ("de.raysha.lib:dbc:2.0")
'de.raysha.lib:dbc:jar:2.0'
<dependency org="de.raysha.lib" name="dbc" rev="2.0">
<artifact name="dbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.raysha.lib', module='dbc', version='2.0')
)
libraryDependencies += "de.raysha.lib" % "dbc" % "2.0"
[de.raysha.lib/dbc "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |
| com.h2database : h2 | jar | 1.3.163 |