| License |
License
Dual GPL/Commercial
|
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdappframework-client |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaverick Client Application Framework
Framework for 'client' applications.
|
| Filename | Size |
|---|---|
| appframework-client-2.1.1.pom | |
| appframework-client-2.1.1.jar | 62 KB |
| appframework-client-2.1.1-sources.jar | 24 KB |
| appframework-client-2.1.1-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/appframework-client/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>appframework-client</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/appframework-client/
implementation 'com.sshtools:appframework-client:2.1.1'
// https://jarcasting.com/artifacts/com.sshtools/appframework-client/
implementation ("com.sshtools:appframework-client:2.1.1")
'com.sshtools:appframework-client:jar:2.1.1'
<dependency org="com.sshtools" name="appframework-client" rev="2.1.1">
<artifact name="appframework-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='appframework-client', version='2.1.1')
)
libraryDependencies += "com.sshtools" % "appframework-client" % "2.1.1"
[com.sshtools/appframework-client "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sshtools : appframework-core | jar | 2.1.1 |
| com.sshtools : virtualsession | jar | 2.1.1 |
| com.miglayout : miglayout | jar | 3.7.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |