is not current version
Last Version 3.0.7

com.sshtools:maverick-base 3.0.0-RC5

The core components shared between the Maverick Synergy and Maverick Legacy SSH APIs

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

maverick-base
Version

Version

3.0.0-RC5
Type

Type

jar

Download maverick-base 3.0.0-RC5


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