is not current version
Last Version 1.0.1

com.github.developframework:kite 0.8

JSON和XML的结构化生成器

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

kite
Version

Version

0.8
Type

Type

pom

Download kite 0.8

Filename Size
kite-0.8.pom 7 KB
Browse

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