is not current version
Last Version 0.21

io.github.shuttlelang:shuttle4j 0.14

Reference implementation for Shuttle text-to-html conversion

GroupId

GroupId

io.github.shuttlelang
ArtifactId

ArtifactId

shuttle4j
Version

Version

0.14
Type

Type

jar

Download shuttle4j 0.14


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