GroupId | GroupIdio.github.shuttlelang |
---|---|
ArtifactId | ArtifactIdshuttle4j |
Version | Version0.14 |
Type | Typejar |
Filename | Size |
---|---|
shuttle4j-0.14.pom | |
shuttle4j-0.14.jar | 23 KB |
shuttle4j-0.14-sources.jar | 5 KB |
shuttle4j-0.14-javadoc.jar | 21 KB |
Browse |
<!-- 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"]