MVN

com.sshtools : appframework

Maven & Gradle

Oct 12, 2016
1 stars

Appframework · Parent project for appframework, consisting of a Swing framework for applications and modules that are used across a number of projects.

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>appframework</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : appframework to add to Maven - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.sshtools : appframework to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
appframework-2.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>appframework</artifactId>
    <version>2.1.1</version>
</dependency>

Advertisement