| Categories | 
                CategoriesSpring Boot Container Microservices RESTEasy Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdio.syndesis.common | 
    
| ArtifactId | ArtifactIdcommon-resteasy-spring-boot-starter | 
    
| Version | Version1.4.0-20180720 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.syndesis.common/common-resteasy-spring-boot-starter/ -->
<dependency>
    <groupId>io.syndesis.common</groupId>
    <artifactId>common-resteasy-spring-boot-starter</artifactId>
    <version>1.4.0-20180720</version>
</dependency>
                // https://jarcasting.com/artifacts/io.syndesis.common/common-resteasy-spring-boot-starter/
implementation 'io.syndesis.common:common-resteasy-spring-boot-starter:1.4.0-20180720'
                // https://jarcasting.com/artifacts/io.syndesis.common/common-resteasy-spring-boot-starter/
implementation ("io.syndesis.common:common-resteasy-spring-boot-starter:1.4.0-20180720")
                'io.syndesis.common:common-resteasy-spring-boot-starter:jar:1.4.0-20180720'
                <dependency org="io.syndesis.common" name="common-resteasy-spring-boot-starter" rev="1.4.0-20180720">
  <artifact name="common-resteasy-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.syndesis.common', module='common-resteasy-spring-boot-starter', version='1.4.0-20180720')
)
                libraryDependencies += "io.syndesis.common" % "common-resteasy-spring-boot-starter" % "1.4.0-20180720"
                [io.syndesis.common/common-resteasy-spring-boot-starter "1.4.0-20180720"]