License |
License |
---|---|
Categories |
CategoriesH2 Data Databases Subversion Development Tools Version Controls |
GroupId | GroupIdorg.tmatesoft.svnkit |
ArtifactId | ArtifactIdtrilead-ssh2 |
Last Version | Last Versionbuild213-svnkit-1.3-patch |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrilead SSH2
A pure Java implementation of the SSH-2 protocol, a successor to Ganymed
|
Filename | Size |
---|---|
trilead-ssh2-build213-svnkit-1.3-patch.pom | |
trilead-ssh2-build213-svnkit-1.3-patch.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tmatesoft.svnkit/trilead-ssh2/ -->
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build213-svnkit-1.3-patch</version>
</dependency>
// https://jarcasting.com/artifacts/org.tmatesoft.svnkit/trilead-ssh2/
implementation 'org.tmatesoft.svnkit:trilead-ssh2:build213-svnkit-1.3-patch'
// https://jarcasting.com/artifacts/org.tmatesoft.svnkit/trilead-ssh2/
implementation ("org.tmatesoft.svnkit:trilead-ssh2:build213-svnkit-1.3-patch")
'org.tmatesoft.svnkit:trilead-ssh2:jar:build213-svnkit-1.3-patch'
<dependency org="org.tmatesoft.svnkit" name="trilead-ssh2" rev="build213-svnkit-1.3-patch">
<artifact name="trilead-ssh2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tmatesoft.svnkit', module='trilead-ssh2', version='build213-svnkit-1.3-patch')
)
libraryDependencies += "org.tmatesoft.svnkit" % "trilead-ssh2" % "build213-svnkit-1.3-patch"
[org.tmatesoft.svnkit/trilead-ssh2 "build213-svnkit-1.3-patch"]