is not current version
Last Version 0.2

com.clutchproject:fprint 0.1

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.

GroupId

GroupId

com.clutchproject
ArtifactId

ArtifactId

fprint
Version

Version

0.1
Type

Type

pom

Download fprint 0.1

Filename Size
fprint-0.1.pom 8 KB
Browse

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