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