is not current version
Last Version 1.0.0-RELEASE

com.github.woostju:ansible-client 0.9.0-RELEASE

ansible client with ssh

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.woostju
ArtifactId

ArtifactId

ansible-client
Version

Version

0.9.0-RELEASE
Type

Type

jar

Download ansible-client 0.9.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.woostju/ansible-client/ -->
<dependency>
    <groupId>com.github.woostju</groupId>
    <artifactId>ansible-client</artifactId>
    <version>0.9.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.woostju/ansible-client/
implementation 'com.github.woostju:ansible-client:0.9.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.woostju/ansible-client/
implementation ("com.github.woostju:ansible-client:0.9.0-RELEASE")
'com.github.woostju:ansible-client:jar:0.9.0-RELEASE'
<dependency org="com.github.woostju" name="ansible-client" rev="0.9.0-RELEASE">
  <artifact name="ansible-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.woostju', module='ansible-client', version='0.9.0-RELEASE')
)
libraryDependencies += "com.github.woostju" % "ansible-client" % "0.9.0-RELEASE"
[com.github.woostju/ansible-client "0.9.0-RELEASE"]