is not current version
Last Version 1.1.2

com.sshtools:sshapi-core 1.1.0

This library is the core of SSHAPI, and implements no actual provider bridges. This is all you need to compile an application, but at least one provider bridge and provider library will be required at run-time. It also contains a number of utility classes that are used by the various implementations.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-core
Version

Version

1.1.0
Type

Type

jar

Download sshapi-core 1.1.0


<!-- https://jarcasting.com/artifacts/com.sshtools/sshapi-core/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>sshapi-core</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/sshapi-core/
implementation 'com.sshtools:sshapi-core:1.1.0'
// https://jarcasting.com/artifacts/com.sshtools/sshapi-core/
implementation ("com.sshtools:sshapi-core:1.1.0")
'com.sshtools:sshapi-core:jar:1.1.0'
<dependency org="com.sshtools" name="sshapi-core" rev="1.1.0">
  <artifact name="sshapi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='sshapi-core', version='1.1.0')
)
libraryDependencies += "com.sshtools" % "sshapi-core" % "1.1.0"
[com.sshtools/sshapi-core "1.1.0"]