| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.woostju | 
    
| ArtifactId | ArtifactIdansible-client | 
    
| Version | Version1.0.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.woostju:ansible-client 
            ansible client with ssh 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.woostju/ansible-client/ -->
<dependency>
    <groupId>com.github.woostju</groupId>
    <artifactId>ansible-client</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.woostju/ansible-client/
implementation 'com.github.woostju:ansible-client:1.0.0-RELEASE'
                // https://jarcasting.com/artifacts/com.github.woostju/ansible-client/
implementation ("com.github.woostju:ansible-client:1.0.0-RELEASE")
                'com.github.woostju:ansible-client:jar:1.0.0-RELEASE'
                <dependency org="com.github.woostju" name="ansible-client" rev="1.0.0-RELEASE">
  <artifact name="ansible-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.woostju', module='ansible-client', version='1.0.0-RELEASE')
)
                libraryDependencies += "com.github.woostju" % "ansible-client" % "1.0.0-RELEASE"
                [com.github.woostju/ansible-client "1.0.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.10.RELEASE | 
| ch.qos.logback : logback-classic | jar | 1.1.11 | 
| com.github.woostju : ssh-client-pool | jar | 1.0.1-RELEASE | 
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| commons-io : commons-io | jar | 2.4 |