MVN

net.sf.sf3jswing : kernel

Maven & Gradle

Oct 08, 2019

SF3JSWING : kernel · This API is a java library for various project scopes. Currently, it has worked in picture editors, and small applets. It can be deployed on all big three platforms : Windows, OSX and Linux. Originally, the file cache manager was the most important feature and the reason for what it was published. It becomes handful to handle heap memory before it overflows by appropriately using it (see javadoc). The new implementation lays on Maven Central repository and can be used as a dependency in a common Web Application (Java EE).

<dependency>
    <groupId>net.sf.sf3jswing</groupId>
    <artifactId>kernel</artifactId>
    <version>1.3.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sf3jswing : kernel to add to Maven - Latest Versions:

  • Latest Stable: 1.3.22

All Versions

Choose a version of net.sf.sf3jswing : kernel to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
kernel-1.3.22
kernel-1.3.20
kernel-1.3.18
kernel-1.3.16
kernel-1.3.14

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.sf3jswing</groupId>
    <artifactId>kernel</artifactId>
    <version>1.3.22</version>
</dependency>

Advertisement