| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-ssh |
| Version | Version2.1.2-RELEASE |
| Type | Typejar |
| Description |
Descriptionhb0730-commons主要是个人常用类库
|
| Filename | Size |
|---|---|
| commons-ssh-2.1.2-RELEASE.pom | |
| commons-ssh-2.1.2-RELEASE.jar | 13 KB |
| commons-ssh-2.1.2-RELEASE-sources.jar | 10 KB |
| commons-ssh-2.1.2-RELEASE-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-ssh/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-ssh</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-ssh/
implementation 'com.hb0730:commons-ssh:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-ssh/
implementation ("com.hb0730:commons-ssh:2.1.2-RELEASE")
'com.hb0730:commons-ssh:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-ssh" rev="2.1.2-RELEASE">
<artifact name="commons-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-ssh', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-ssh" % "2.1.2-RELEASE"
[com.hb0730/commons-ssh "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jsch | jar | 0.1.55 |
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |