Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.woostju |
ArtifactId | ArtifactIdansible-client |
Version | Version0.9.0-RELEASE |
Type | Typejar |
<!-- 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"]