is not current version
Last Version 0.8

net.sf.sfac:sfac-utils 0.7

This project is the model side of the Swing Framework and Components (SFaC). If your doing a clean separation between model (or business) and view (or GUI or rendering) parts of your application, (like in the MVC pattern), then the only classes of SFaC your model can access are in this project. On the other hand, the classes in sfac-core project are GUI-specific and should not be known by your model.

Categories

Categories

Net
GroupId

GroupId

net.sf.sfac
ArtifactId

ArtifactId

sfac-utils
Version

Version

0.7
Type

Type

jar

Download sfac-utils 0.7


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