SFaC - Utilities

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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.sfac
Идентификатор

Идентификатор

sfac-utils
Последняя версия

Последняя версия

0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

SFaC - Utilities
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.
Ссылка на сайт

Ссылка на сайт

http://sfac.sourceforge.net/sfac-utils
Система контроля версий

Система контроля версий

https://svn.code.sf.net/p/sfac/code/tags/sfac-0.8/sfac-utils

Скачать sfac-utils

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.0.4

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1
log4j : log4j jar 1.2.13

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.8
0.7
0.6
0.5
0.4
0.3