| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdzeebe-exporter-protobuf |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZeebe Exporter Protobuf Schema
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 URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-exporter-protobuf/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-exporter-protobuf</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-exporter-protobuf/
implementation 'io.zeebe:zeebe-exporter-protobuf:1.2.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-exporter-protobuf/
implementation ("io.zeebe:zeebe-exporter-protobuf:1.2.0")
'io.zeebe:zeebe-exporter-protobuf:jar:1.2.0'
<dependency org="io.zeebe" name="zeebe-exporter-protobuf" rev="1.2.0">
<artifact name="zeebe-exporter-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-exporter-protobuf', version='1.2.0')
)
libraryDependencies += "io.zeebe" % "zeebe-exporter-protobuf" % "1.2.0"
[io.zeebe/zeebe-exporter-protobuf "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.camunda : zeebe-exporter-api | jar | |
| com.google.protobuf : protobuf-java | jar | 3.20.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.mockito : mockito-core | jar | 4.5.1 |