| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.monkeysintown |
| ArtifactId | ArtifactIdjdbc-ssh |
| Version | Version1.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jdbc-ssh-1.0.7.pom | |
| jdbc-ssh-1.0.7.jar | 14 KB |
| jdbc-ssh-1.0.7-test-javadoc.jar | 84 KB |
| jdbc-ssh-1.0.7-sources.jar | 7 KB |
| jdbc-ssh-1.0.7-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/ -->
<dependency>
<groupId>com.github.monkeysintown</groupId>
<artifactId>jdbc-ssh</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/
implementation 'com.github.monkeysintown:jdbc-ssh:1.0.7'
// https://jarcasting.com/artifacts/com.github.monkeysintown/jdbc-ssh/
implementation ("com.github.monkeysintown:jdbc-ssh:1.0.7")
'com.github.monkeysintown:jdbc-ssh:jar:1.0.7'
<dependency org="com.github.monkeysintown" name="jdbc-ssh" rev="1.0.7">
<artifact name="jdbc-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.monkeysintown', module='jdbc-ssh', version='1.0.7')
)
libraryDependencies += "com.github.monkeysintown" % "jdbc-ssh" % "1.0.7"
[com.github.monkeysintown/jdbc-ssh "1.0.7"]