is not current version
Last Version 3.0.7

com.sshtools:maverick-base 3.0.0-RC1

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-RC1
Type

Type

jar

Download maverick-base 3.0.0-RC1


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