| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdio.zeebe.spring.root | 
    
| ArtifactId | ArtifactIdspring-zeebe-client-root | 
    
| Version | Version1.0.0-alpha5 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-zeebe-client-root-1.0.0-alpha5.pom | 665 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-alpha5</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-alpha5'
                // https://jarcasting.com/artifacts/io.zeebe.spring.root/spring-zeebe-client-root/
implementation ("io.zeebe.spring.root:spring-zeebe-client-root:1.0.0-alpha5")
                'io.zeebe.spring.root:spring-zeebe-client-root:pom:1.0.0-alpha5'
                <dependency org="io.zeebe.spring.root" name="spring-zeebe-client-root" rev="1.0.0-alpha5">
  <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-alpha5')
)
                libraryDependencies += "io.zeebe.spring.root" % "spring-zeebe-client-root" % "1.0.0-alpha5"
                [io.zeebe.spring.root/spring-zeebe-client-root "1.0.0-alpha5"]