is not current version
Last Version 0.21

io.github.shuttlelang:shuttle4j 0.19

Reference implementation for Shuttle text-to-html conversion

GroupId

GroupId

io.github.shuttlelang
ArtifactId

ArtifactId

shuttle4j
Version

Version

0.19
Type

Type

jar

Download shuttle4j 0.19


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