is not current version
Last Version 1.0.1

com.github.developframework:kite 0.15

JSON和XML的结构化生成器

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

kite
Version

Version

0.15
Type

Type

pom

Download kite 0.15

Filename Size
kite-0.15.pom 7 KB
Browse

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