GroupId | GroupIdio.github.shuttlelang |
---|---|
ArtifactId | ArtifactIdshuttle4j |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
shuttle4j-0.13.pom | |
shuttle4j-0.13.jar | 22 KB |
shuttle4j-0.13-sources.jar | 5 KB |
shuttle4j-0.13-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shuttlelang/shuttle4j/ -->
<dependency>
<groupId>io.github.shuttlelang</groupId>
<artifactId>shuttle4j</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shuttlelang/shuttle4j/
implementation 'io.github.shuttlelang:shuttle4j:0.13'
// https://jarcasting.com/artifacts/io.github.shuttlelang/shuttle4j/
implementation ("io.github.shuttlelang:shuttle4j:0.13")
'io.github.shuttlelang:shuttle4j:jar:0.13'
<dependency org="io.github.shuttlelang" name="shuttle4j" rev="0.13">
<artifact name="shuttle4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shuttlelang', module='shuttle4j', version='0.13')
)
libraryDependencies += "io.github.shuttlelang" % "shuttle4j" % "0.13"
[io.github.shuttlelang/shuttle4j "0.13"]