License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.clutchproject |
ArtifactId | ArtifactIdfprint-core |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfprint-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 OrganizationClutch Project |
Filename | Size |
---|---|
fprint-core-0.2.pom | |
fprint-core-0.2.jar | 15 KB |
fprint-core-0.2-sources.jar | 19 KB |
fprint-core-0.2-javadoc.jar | 92 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.10 |