Categories |
CategoriesMINA Net Networking |
---|---|
GroupId | GroupIdorg.mintshell |
ArtifactId | ArtifactIdmintshell-terminal-ssh |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal-ssh/ -->
<dependency>
<groupId>org.mintshell</groupId>
<artifactId>mintshell-terminal-ssh</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal-ssh/
implementation 'org.mintshell:mintshell-terminal-ssh:0.2.0'
// https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal-ssh/
implementation ("org.mintshell:mintshell-terminal-ssh:0.2.0")
'org.mintshell:mintshell-terminal-ssh:jar:0.2.0'
<dependency org="org.mintshell" name="mintshell-terminal-ssh" rev="0.2.0">
<artifact name="mintshell-terminal-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mintshell', module='mintshell-terminal-ssh', version='0.2.0')
)
libraryDependencies += "org.mintshell" % "mintshell-terminal-ssh" % "0.2.0"
[org.mintshell/mintshell-terminal-ssh "0.2.0"]