| License |
License |
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdmaverick-base |
| Version | Version3.0.5-FINAL |
| Type | Typejar |
| Description |
DescriptionBase API
The core components shared between the Maverick Synergy and Maverick Legacy SSH APIs
|
| Filename | Size |
|---|---|
| maverick-base-3.0.5-FINAL.pom | |
| maverick-base-3.0.5-FINAL.jar | 556 KB |
| maverick-base-3.0.5-FINAL-tests.jar | 117 KB |
| maverick-base-3.0.5-FINAL-sources.jar | 430 KB |
| maverick-base-3.0.5-FINAL-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/maverick-base/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>maverick-base</artifactId>
<version>3.0.5-FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/maverick-base/
implementation 'com.sshtools:maverick-base:3.0.5-FINAL'
// https://jarcasting.com/artifacts/com.sshtools/maverick-base/
implementation ("com.sshtools:maverick-base:3.0.5-FINAL")
'com.sshtools:maverick-base:jar:3.0.5-FINAL'
<dependency org="com.sshtools" name="maverick-base" rev="3.0.5-FINAL">
<artifact name="maverick-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='maverick-base', version='3.0.5-FINAL')
)
libraryDependencies += "com.sshtools" % "maverick-base" % "3.0.5-FINAL"
[com.sshtools/maverick-base "3.0.5-FINAL"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sshtools : maverick-logging | jar | 3.0.5-FINAL |
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.64 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.64 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.7 |
| junit : junit | jar | 4.13.1 |