is not current version
Last Version 1.0.1

com.github.developframework:kite 0.20

JSON和XML的结构化生成器

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

kite
Version

Version

0.20
Type

Type

pom

Download kite 0.20

Filename Size
kite-0.20.pom 7 KB
Browse

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