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