| License |
License |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdzeebe-db |
| Version | Version1.0.0-alpha7 |
| Type | Typejar |
| Description |
DescriptionZeebe DB
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| zeebe-db-1.0.0-alpha7.pom | |
| zeebe-db-1.0.0-alpha7.jar | 41 KB |
| zeebe-db-1.0.0-alpha7-test-sources.jar | 18 KB |
| zeebe-db-1.0.0-alpha7-sources.jar | 32 KB |
| zeebe-db-1.0.0-alpha7-javadoc.jar | 564 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-db/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-db</artifactId>
<version>1.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-db/
implementation 'io.zeebe:zeebe-db:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-db/
implementation ("io.zeebe:zeebe-db:1.0.0-alpha7")
'io.zeebe:zeebe-db:jar:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-db" rev="1.0.0-alpha7">
<artifact name="zeebe-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-db', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-db" % "1.0.0-alpha7"
[io.zeebe/zeebe-db "1.0.0-alpha7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.zeebe : zeebe-util | jar | 1.0.0-alpha7 |
| org.agrona : agrona | jar | 1.10.0 |
| org.rocksdb : rocksdbjni | jar | 6.19.3 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| io.prometheus : simpleclient | jar | 0.10.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.19.0 |
| org.mockito : mockito-core | jar | 3.9.0 |
| io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |