Last Version

SSHAPI Core 1.1.2

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.

License

License

MIT
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-core
Version

Version

1.1.2
Type

Type

jar
Description

Description

SSHAPI Core
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.

Download sshapi-core 1.1.2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.