GroupId | GroupIdcom.github.marks-yag |
---|---|
ArtifactId | ArtifactIdketty-core |
Version | Version0.19.0 |
Type | Typejar |
Filename | Size |
---|---|
ketty-core-0.19.0.pom | |
ketty-core-0.19.0.jar | 231 KB |
ketty-core-0.19.0-sources.jar | 75 KB |
ketty-core-0.19.0-shade.jar | 588 KB |
ketty-core-0.19.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>ketty-core</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/
implementation 'com.github.marks-yag:ketty-core:0.19.0'
// https://jarcasting.com/artifacts/com.github.marks-yag/ketty-core/
implementation ("com.github.marks-yag:ketty-core:0.19.0")
'com.github.marks-yag:ketty-core:jar:0.19.0'
<dependency org="com.github.marks-yag" name="ketty-core" rev="0.19.0">
<artifact name="ketty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='ketty-core', version='0.19.0')
)
libraryDependencies += "com.github.marks-yag" % "ketty-core" % "0.19.0"
[com.github.marks-yag/ketty-core "0.19.0"]