License |
License |
---|---|
GroupId | GroupIdcom.aestasit.infrastructure.sshoogr |
ArtifactId | ArtifactIdsshoogr |
Last Version | Last Version0.9.28 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSshoogr
A Groovy-based DSL for working with remote SSH servers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sshoogr-0.9.28.pom | |
sshoogr-0.9.28.jar | 167 KB |
sshoogr-0.9.28-sources.jar | 22 KB |
sshoogr-0.9.28-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr/ -->
<dependency>
<groupId>com.aestasit.infrastructure.sshoogr</groupId>
<artifactId>sshoogr</artifactId>
<version>0.9.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr/
implementation 'com.aestasit.infrastructure.sshoogr:sshoogr:0.9.28'
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr/
implementation ("com.aestasit.infrastructure.sshoogr:sshoogr:0.9.28")
'com.aestasit.infrastructure.sshoogr:sshoogr:jar:0.9.28'
<dependency org="com.aestasit.infrastructure.sshoogr" name="sshoogr" rev="0.9.28">
<artifact name="sshoogr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aestasit.infrastructure.sshoogr', module='sshoogr', version='0.9.28')
)
libraryDependencies += "com.aestasit.infrastructure.sshoogr" % "sshoogr" % "0.9.28"
[com.aestasit.infrastructure.sshoogr/sshoogr "0.9.28"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
com.lexicalscope.jewelcli : jewelcli | jar | 0.8.9 |
com.jcraft : jsch | jar | 0.1.55 |
org.slf4j : slf4j-api | jar | 1.7.30 |
commons-codec : commons-codec | jar | 1.13 |
org.fusesource.jansi : jansi | jar | 1.18 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.5.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
com.aestasit.infrastructure.mock : groovy-sshd-mock | jar | 0.3 |
com.github.stefanbirkner : system-rules | jar | 1.16.0 |