MVN

net.sf.sfac : sfac-core

Maven & Gradle

Mar 14, 2016
1 usages

SFaC - Core · This project is the core part of the Swing Framework and Components (SFaC). It contains the Swing framework classes and the graphical component classes.

<dependency>
    <groupId>net.sf.sfac</groupId>
    <artifactId>sfac-core</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sfac : sfac-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of net.sf.sfac : sfac-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
sfac-core-0.8
0.7
sfac-core-0.7
0.6
sfac-core-0.6
0.5
sfac-core-0.5
0.4
sfac-core-0.4
0.3
sfac-core-0.3

How to add a dependency to Maven

Add the following net.sf.sfac : sfac-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.sfac</groupId>
    <artifactId>sfac-core</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.sfac : sfac-core gradle dependency to your build.gradle file:

implementation 'net.sf.sfac:sfac-core:0.8'

Gradle Kotlin DSL: Add the following net.sf.sfac : sfac-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.sfac:sfac-core:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.sfac : sfac-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.sfac" % "sfac-core" % "0.8"

Advertisement