| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.springframework.xd | 
    
| ArtifactId | ArtifactIdspring-xd-yarn-client | 
    
| Version | Version1.0.3.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-yarn-client/ -->
<dependency>
    <groupId>org.springframework.xd</groupId>
    <artifactId>spring-xd-yarn-client</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-yarn-client/
implementation 'org.springframework.xd:spring-xd-yarn-client:1.0.3.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-yarn-client/
implementation ("org.springframework.xd:spring-xd-yarn-client:1.0.3.RELEASE")
                'org.springframework.xd:spring-xd-yarn-client:jar:1.0.3.RELEASE'
                <dependency org="org.springframework.xd" name="spring-xd-yarn-client" rev="1.0.3.RELEASE">
  <artifact name="spring-xd-yarn-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.xd', module='spring-xd-yarn-client', version='1.0.3.RELEASE')
)
                libraryDependencies += "org.springframework.xd" % "spring-xd-yarn-client" % "1.0.3.RELEASE"
                [org.springframework.xd/spring-xd-yarn-client "1.0.3.RELEASE"]