f

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.
https://github.com/chmodas/fprint
MIT License
Borislav Borisov
Files download
File Operation
fprint-0.2.pom download
Apache Maven
<dependency>
  <groupId>com.clutchproject</groupId>
  <artifactId>fprint</artifactId>
  <version>0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.clutchproject:fprint:0.2'
Gradle Kotlin
implementation("com.clutchproject:fprint:0.2")
Scala SBT
libraryDependencies += "com.clutchproject" % "fprint" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.clutchproject', module='fprint', version='0.2')
)
Apache Ivy
<dependency org="com.clutchproject" name="fprint" rev="0.2" />
Leiningen
[com.clutchproject/fprint "0.2"]
Apache Buildr
'com.clutchproject:fprint:jar:0.2'