Download sfac-utils-0.5.jar file - Jar s

Jar examples for s:sfac-utils

Description

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.

You can download jar file sfac-utils 0.5 in this page.

Build File

You can use the following script to add sfac-utils-0.5.jar to your project.

<dependency>
   <groupId>net.sf.sfac</groupId>
   <artifactId>sfac-utils</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'net.sf.sfac', name: 'sfac-utils', version: '0.5'
libraryDependencies += "net.sf.sfac" % "sfac-utils" % "0.5"
<dependency org="net.sf.sfac" name="sfac-utils" rev="0.5"/>
@Grapes(@Grab(group='net.sf.sfac', module='sfac-utils', version='0.5'))
'net.sf.sfac:sfac-utils:jar:0.5'

Download

Click the following link to download the jar file.

sfac-utils-0.5-javadoc.jar
sfac-utils-0.5-sources.jar
sfac-utils-0.5.jar
sfac-utils-0.5.pom



Related Tutorials