is not current version
Last Version 2.6.0.0

org.xbib:groovy-sshd 0.0.1

Archive algorithms

Categories

Categories

Groovy Languages
GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

groovy-sshd
Version

Version

0.0.1
Type

Type

jar

Download groovy-sshd 0.0.1


<!-- https://jarcasting.com/artifacts/org.xbib/groovy-sshd/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>groovy-sshd</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/groovy-sshd/
implementation 'org.xbib:groovy-sshd:0.0.1'
// https://jarcasting.com/artifacts/org.xbib/groovy-sshd/
implementation ("org.xbib:groovy-sshd:0.0.1")
'org.xbib:groovy-sshd:jar:0.0.1'
<dependency org="org.xbib" name="groovy-sshd" rev="0.0.1">
  <artifact name="groovy-sshd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='groovy-sshd', version='0.0.1')
)
libraryDependencies += "org.xbib" % "groovy-sshd" % "0.0.1"
[org.xbib/groovy-sshd "0.0.1"]