is not current version
Last Version 2.8.3

com.mastfrog:util-fileformat 2.6.7

Library with no dependencies which supports writing JSON and (repeatably, with no generated comments) Properties file formats

Categories

Categories

ORM Data
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

util-fileformat
Version

Version

2.6.7
Type

Type

jar

Download util-fileformat 2.6.7


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