is not current version
Last Version 1.0.1

com.github.developframework:kite 0.14

JSON和XML的结构化生成器

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

kite
Version

Version

0.14
Type

Type

pom

Download kite 0.14

Filename Size
kite-0.14.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.developframework/kite/ -->
<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>kite</artifactId>
    <version>0.14</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite/
implementation 'com.github.developframework:kite:0.14'
// https://jarcasting.com/artifacts/com.github.developframework/kite/
implementation ("com.github.developframework:kite:0.14")
'com.github.developframework:kite:pom:0.14'
<dependency org="com.github.developframework" name="kite" rev="0.14">
  <artifact name="kite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite', version='0.14')
)
libraryDependencies += "com.github.developframework" % "kite" % "0.14"
[com.github.developframework/kite "0.14"]