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