in-memory-table
Work in progress...
| License |
License |
|---|---|
| GroupId | GroupIdcom.fathzer |
| ArtifactId | ArtifactIdin-memory-table |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe parent pom used by projects from fathzer.com.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| in-memory-table-0.0.6.pom | |
| in-memory-table-0.0.6.jar | 28 KB |
| in-memory-table-0.0.6-sources.jar | 15 KB |
| in-memory-table-0.0.6-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fathzer/in-memory-table/ -->
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>in-memory-table</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fathzer/in-memory-table/
implementation 'com.fathzer:in-memory-table:0.0.6'
// https://jarcasting.com/artifacts/com.fathzer/in-memory-table/
implementation ("com.fathzer:in-memory-table:0.0.6")
'com.fathzer:in-memory-table:jar:0.0.6'
<dependency org="com.fathzer" name="in-memory-table" rev="0.0.6">
<artifact name="in-memory-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fathzer', module='in-memory-table', version='0.0.6')
)
libraryDependencies += "com.fathzer" % "in-memory-table" % "0.0.6"
[com.fathzer/in-memory-table "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.roaringbitmap : RoaringBitmap | jar | 0.7.14 |
| com.googlecode.javaewah : JavaEWAH | jar | 1.1.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.fathzer : javaluator | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple Optional | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.commons : commons-collections4 | jar | 4.2 |
Work in progress...