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