License |
License
Apache License
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.zeebe.spring.root |
ArtifactId | ArtifactIdspring-zeebe-client-root |
Version | Version1.0.0-rc1 |
Type | Typepom |
Description |
Descriptionpom/spring-zeebe-client
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 |
---|---|
spring-zeebe-client-root-1.0.0-rc1.pom | 662 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe.spring.root/spring-zeebe-client-root/ -->
<dependency>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-client-root</artifactId>
<version>1.0.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.spring.root/spring-zeebe-client-root/
implementation 'io.zeebe.spring.root:spring-zeebe-client-root:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.zeebe.spring.root/spring-zeebe-client-root/
implementation ("io.zeebe.spring.root:spring-zeebe-client-root:1.0.0-rc1")
'io.zeebe.spring.root:spring-zeebe-client-root:pom:1.0.0-rc1'
<dependency org="io.zeebe.spring.root" name="spring-zeebe-client-root" rev="1.0.0-rc1">
<artifact name="spring-zeebe-client-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.spring.root', module='spring-zeebe-client-root', version='1.0.0-rc1')
)
libraryDependencies += "io.zeebe.spring.root" % "spring-zeebe-client-root" % "1.0.0-rc1"
[io.zeebe.spring.root/spring-zeebe-client-root "1.0.0-rc1"]