Juffrou

Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of useful classes or mini frameworks to help the java developer. Checkout the juffrou-reflect module if you are into performant java bean handling. There is also an xml marshaller / unmarshaller which is easy to use and has cool features like the Simplified Marshalling of nested beans.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

2.1.9
Дата

Дата

Тип

Тип

pom
Описание

Описание

Juffrou
Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of useful classes or mini frameworks to help the java developer. Checkout the juffrou-reflect module if you are into performant java bean handling. There is also an xml marshaller / unmarshaller which is easy to use and has cool features like the Simplified Marshalling of nested beans.
Организация-разработчик

Организация-разработчик

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

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

https://github.com/cemartins/juffrou/

Скачать juffrou

Имя Файла Размер
juffrou-2.1.9.pom 13 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • juffrou-reflect
  • juffrou-xml
  • juffrou-xml-spring
  • juffrou-assemble

Juffrou

Java Utilities Framework For the Rest Of Us


Please see the juffrou site for detailed documentation


Juffrou is a maven project. The sources are organized in a typical maven2 structure

To release without deploying the site

mvn release:clean release:prepare release:perform -Dgoals=deploy

To deploy the site

mvn site site:deploy

To deploy the site from behind a corporate proxy add the parameters

mvn -Dhttps.proxyHost=<proxy_host> -Dhttps.proxyPort=<proxy_port> -Dhttps.proxyUsername=<proxy_username> -Dhttps.proxyPassword=<proxy_password> site-deploy

Snapshot and release deployment are made with sonatype and you will need a GPG client installed on your command line path. For more information, please refer to http://www.gnupg.org/.

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

Версия
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.0
2.0.9
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4