License |
License
Apache License
|
---|---|
GroupId | GroupIdio.zeebe.spring |
ArtifactId | ArtifactIdspring-zeebe-util |
Version | Version1.0.0-rc1 |
Type | Typejar |
Description |
Descriptionlib/spring-zeebe-util
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 |
<!-- https://jarcasting.com/artifacts/io.zeebe.spring/spring-zeebe-util/ -->
<dependency>
<groupId>io.zeebe.spring</groupId>
<artifactId>spring-zeebe-util</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.spring/spring-zeebe-util/
implementation 'io.zeebe.spring:spring-zeebe-util:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.zeebe.spring/spring-zeebe-util/
implementation ("io.zeebe.spring:spring-zeebe-util:1.0.0-rc1")
'io.zeebe.spring:spring-zeebe-util:jar:1.0.0-rc1'
<dependency org="io.zeebe.spring" name="spring-zeebe-util" rev="1.0.0-rc1">
<artifact name="spring-zeebe-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.spring', module='spring-zeebe-util', version='1.0.0-rc1')
)
libraryDependencies += "io.zeebe.spring" % "spring-zeebe-util" % "1.0.0-rc1"
[io.zeebe.spring/spring-zeebe-util "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar |
Group / Artifact | Type | Version |
---|---|---|
io.zeebe.spring : spring-zeebe-test | jar | 1.0.0-rc1 |