Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.zeebe.spring.root |
ArtifactId | ArtifactIdspring-zeebe-client-root |
Version | Version0.23.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-zeebe-client-root-0.23.0.pom | 659 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>0.23.0</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:0.23.0'
// https://jarcasting.com/artifacts/io.zeebe.spring.root/spring-zeebe-client-root/
implementation ("io.zeebe.spring.root:spring-zeebe-client-root:0.23.0")
'io.zeebe.spring.root:spring-zeebe-client-root:pom:0.23.0'
<dependency org="io.zeebe.spring.root" name="spring-zeebe-client-root" rev="0.23.0">
<artifact name="spring-zeebe-client-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.spring.root', module='spring-zeebe-client-root', version='0.23.0')
)
libraryDependencies += "io.zeebe.spring.root" % "spring-zeebe-client-root" % "0.23.0"
[io.zeebe.spring.root/spring-zeebe-client-root "0.23.0"]