| Categories | CategoriesH2 Data Databases | 
|---|---|
| GroupId | GroupIdcom.trilead | 
| ArtifactId | ArtifactIdtrilead-ssh2 | 
| Version | Version1.0.0-build221 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| trilead-ssh2-1.0.0-build221.pom | |
| trilead-ssh2-1.0.0-build221.jar | 244 KB | 
| trilead-ssh2-1.0.0-build221-sources.jar | 190 KB | 
| trilead-ssh2-1.0.0-build221-javadoc.jar | 444 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.trilead/trilead-ssh2/ -->
<dependency>
    <groupId>com.trilead</groupId>
    <artifactId>trilead-ssh2</artifactId>
    <version>1.0.0-build221</version>
</dependency>// https://jarcasting.com/artifacts/com.trilead/trilead-ssh2/
implementation 'com.trilead:trilead-ssh2:1.0.0-build221'// https://jarcasting.com/artifacts/com.trilead/trilead-ssh2/
implementation ("com.trilead:trilead-ssh2:1.0.0-build221")'com.trilead:trilead-ssh2:jar:1.0.0-build221'<dependency org="com.trilead" name="trilead-ssh2" rev="1.0.0-build221">
  <artifact name="trilead-ssh2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.trilead', module='trilead-ssh2', version='1.0.0-build221')
)libraryDependencies += "com.trilead" % "trilead-ssh2" % "1.0.0-build221"[com.trilead/trilead-ssh2 "1.0.0-build221"]