| GroupId | GroupIdcom.sshtools | 
|---|---|
| ArtifactId | ArtifactIdmaverick-sshagent | 
| Version | Version3.0.1-FINAL | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.sshtools/maverick-sshagent/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>maverick-sshagent</artifactId>
    <version>3.0.1-FINAL</version>
</dependency>// https://jarcasting.com/artifacts/com.sshtools/maverick-sshagent/
implementation 'com.sshtools:maverick-sshagent:3.0.1-FINAL'// https://jarcasting.com/artifacts/com.sshtools/maverick-sshagent/
implementation ("com.sshtools:maverick-sshagent:3.0.1-FINAL")'com.sshtools:maverick-sshagent:jar:3.0.1-FINAL'<dependency org="com.sshtools" name="maverick-sshagent" rev="3.0.1-FINAL">
  <artifact name="maverick-sshagent" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sshtools', module='maverick-sshagent', version='3.0.1-FINAL')
)libraryDependencies += "com.sshtools" % "maverick-sshagent" % "3.0.1-FINAL"[com.sshtools/maverick-sshagent "3.0.1-FINAL"]