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