License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.clutchproject |
ArtifactId | ArtifactIdfprint |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionfprint
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 OrganizationClutch Project |
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"]