GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdsmallmind-ansible |
Version | Version4.4.6 |
Type | Typejar |
Filename | Size |
---|---|
smallmind-ansible-4.4.6.pom | |
smallmind-ansible-4.4.6.jar | 26 KB |
smallmind-ansible-4.4.6-sources.jar | 9 KB |
smallmind-ansible-4.4.6-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind-ansible/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-ansible</artifactId>
<version>4.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind-ansible/
implementation 'org.smallmind:smallmind-ansible:4.4.6'
// https://jarcasting.com/artifacts/org.smallmind/smallmind-ansible/
implementation ("org.smallmind:smallmind-ansible:4.4.6")
'org.smallmind:smallmind-ansible:jar:4.4.6'
<dependency org="org.smallmind" name="smallmind-ansible" rev="4.4.6">
<artifact name="smallmind-ansible" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind-ansible', version='4.4.6')
)
libraryDependencies += "org.smallmind" % "smallmind-ansible" % "4.4.6"
[org.smallmind/smallmind-ansible "4.4.6"]