License |
License |
---|---|
GroupId | GroupIdcom.orctom |
ArtifactId | ArtifactIdrmq |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionRocksDB based Embedded Persistent Queue
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rmq-1.0.pom | |
rmq-1.0.jar | 24 KB |
rmq-1.0-tests.jar | 7 KB |
rmq-1.0-sources.jar | 10 KB |
rmq-1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orctom/rmq/ -->
<dependency>
<groupId>com.orctom</groupId>
<artifactId>rmq</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.orctom/rmq/
implementation 'com.orctom:rmq:1.0'
// https://jarcasting.com/artifacts/com.orctom/rmq/
implementation ("com.orctom:rmq:1.0")
'com.orctom:rmq:jar:1.0'
<dependency org="com.orctom" name="rmq" rev="1.0">
<artifact name="rmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orctom', module='rmq', version='1.0')
)
libraryDependencies += "com.orctom" % "rmq" % "1.0"
[com.orctom/rmq "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.rocksdb : rocksdbjni | jar | 5.11.3 |
com.orctom.laputa : laputa-utils | jar | 0.3 |
com.google.guava : guava | jar | 24.1-jre |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.apache.commons : commons-lang3 | jar | 3.4 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |