License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.monkeysintown |
ArtifactId | ArtifactIdjdbc-ssh |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBC SSH
JDBC over SSH
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdbc-ssh-1.0.10.pom | |
jdbc-ssh-1.0.10.jar | 15 KB |
jdbc-ssh-1.0.10-test-javadoc.jar | 84 KB |
jdbc-ssh-1.0.10-sources.jar | 7 KB |
jdbc-ssh-1.0.10-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/ -->
<dependency>
<groupId>com.github.monkeysintown</groupId>
<artifactId>jdbc-ssh</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/
implementation 'com.github.monkeysintown:jdbc-ssh:1.0.10'
// https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/
implementation ("com.github.monkeysintown:jdbc-ssh:1.0.10")
'com.github.monkeysintown:jdbc-ssh:jar:1.0.10'
<dependency org="com.github.monkeysintown" name="jdbc-ssh" rev="1.0.10">
<artifact name="jdbc-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.monkeysintown', module='jdbc-ssh', version='1.0.10')
)
libraryDependencies += "com.github.monkeysintown" % "jdbc-ssh" % "1.0.10"
[com.github.monkeysintown/jdbc-ssh "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.53 |
com.jcraft : jzlib | jar | 1.1.3 |
org.slf4j : slf4j-api | jar | 1.7.12 |
ch.qos.logback : logback-core Optional | jar | 1.1.3 |
ch.qos.logback : logback-classic Optional | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.34 |
com.h2database : h2 | jar | 1.4.183 |
org.apache.derby : derby | jar | 10.11.1.1 |
org.apache.derby : derbynet | jar | 10.11.1.1 |
org.apache.derby : derbyclient | jar | 10.11.1.1 |
org.apache.sshd : sshd-core | jar | 0.14.0 |
org.bouncycastle : bcpg-jdk15on | jar | 1.52 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.52 |
junit : junit | jar | 4.12 |