is not current version
Last Version 0.4.1

io.urf:turf 0.2.0

Parser and serializer for the Text URF (TURF) document format.

GroupId

GroupId

io.urf
ArtifactId

ArtifactId

turf
Version

Version

0.2.0
Type

Type

jar

Download turf 0.2.0


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