GroupId | GroupIdcom.github.developframework |
---|---|
ArtifactId | ArtifactIdkite |
Version | Version0.17 |
Type | Typepom |
Filename | Size |
---|---|
kite-0.17.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/kite/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite</artifactId>
<version>0.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite/
implementation 'com.github.developframework:kite:0.17'
// https://jarcasting.com/artifacts/com.github.developframework/kite/
implementation ("com.github.developframework:kite:0.17")
'com.github.developframework:kite:pom:0.17'
<dependency org="com.github.developframework" name="kite" rev="0.17">
<artifact name="kite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite', version='0.17')
)
libraryDependencies += "com.github.developframework" % "kite" % "0.17"
[com.github.developframework/kite "0.17"]