is not current version
Last Version 0.1.12

io.hyperfoil.tools:parse 0.1.9

Use regex patterns and rules to build json from text files

GroupId

GroupId

io.hyperfoil.tools
ArtifactId

ArtifactId

parse
Version

Version

0.1.9
Type

Type

jar

Download parse 0.1.9


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