is not current version
Last Version 0.21

io.github.shuttlelang:shuttle4j 0.15

Reference implementation for Shuttle text-to-html conversion

GroupId

GroupId

io.github.shuttlelang
ArtifactId

ArtifactId

shuttle4j
Version

Version

0.15
Type

Type

jar

Download shuttle4j 0.15


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