fprint-core

fprint is a small library providing fluent interfaces for building structures which can be then parsed as XML, JSON, YAML using one of the provided printers.

License

License

MIT License
GroupId

GroupId

com.clutchproject
ArtifactId

ArtifactId

fprint-core
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

fprint-core
fprint is a small library providing fluent interfaces for building structures which can be then parsed as XML, JSON, YAML using one of the provided printers.
Project Organization

Project Organization

Clutch Project

Download fprint-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 19.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1