GroupId | GroupIdio.github.sinri |
---|---|
ArtifactId | ArtifactIdKeel |
Version | Version1.11 |
Type | Typejar |
Filename | Size |
---|---|
Keel-1.11.pom | |
Keel-1.11.jar | 12 MB |
Keel-1.11-sources.jar | 67 KB |
Keel-1.11-javadoc.jar | 589 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sinri/Keel/ -->
<dependency>
<groupId>io.github.sinri</groupId>
<artifactId>Keel</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sinri/Keel/
implementation 'io.github.sinri:Keel:1.11'
// https://jarcasting.com/artifacts/io.github.sinri/Keel/
implementation ("io.github.sinri:Keel:1.11")
'io.github.sinri:Keel:jar:1.11'
<dependency org="io.github.sinri" name="Keel" rev="1.11">
<artifact name="Keel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sinri', module='Keel', version='1.11')
)
libraryDependencies += "io.github.sinri" % "Keel" % "1.11"
[io.github.sinri/Keel "1.11"]