is not current version
Last Version 0.8

net.sf.sfac:sfac-core 0.6

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

Categories

Categories

Net
GroupId

GroupId

net.sf.sfac
ArtifactId

ArtifactId

sfac-core
Version

Version

0.6
Type

Type

jar

Download sfac-core 0.6


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