caff

Java conversion and formatting framework

Лицензия

Лицензия

Категории

Категории

Cyclops Универсальные библиотеки Functional Programming
Группа

Группа

org.cyclopsgroup
Идентификатор

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

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

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

0.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

caff
Java conversion and formatting framework
Система контроля версий

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

https://github.com/jiaqi/caff

Скачать caff

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 27.0.1-android
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-text jar 1.2

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.google.truth : truth jar 0.42
commons-beanutils : commons-beanutils jar 1.9.3

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

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

Introduction

CAFF is Conversion and Formatting Framework library for Java. It lets developer specify text conversion and formatting code with annotations and simple API.

The conversion framework covers typical character - object conversion such as primitive and date objects, and it allows to create customized rule with annotation.

The formatting library focuses on several common text format such as CSV, fix-length and delimiter based syntax.

Reference

Maven doc

Development guide

Please follow Google style guide when making a code change.

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

Версия
0.4.2
0.4.1
0.4.0
0.3
0.2
0.1