Last Version

fprint 0.2

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
Version

Version

0.2
Type

Type

pom
Description

Description

fprint
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 0.2

Filename Size
fprint-0.2.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • jackson