License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.gaixie.jibu.plugins |
ArtifactId | ArtifactIdjibu-json |
Version | Version1.0.0-RC1 |
Type | Typejar |
Description |
DescriptionJibu Plugins :: JSON
稳定、高效、简洁的 Java 应用开发模板。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jibu-json-1.0.0-RC1.pom | |
jibu-json-1.0.0-RC1.jar | 42 KB |
jibu-json-1.0.0-RC1-sources.jar | 46 KB |
jibu-json-1.0.0-RC1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-json/ -->
<dependency>
<groupId>org.gaixie.jibu.plugins</groupId>
<artifactId>jibu-json</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-json/
implementation 'org.gaixie.jibu.plugins:jibu-json:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.gaixie.jibu.plugins/jibu-json/
implementation ("org.gaixie.jibu.plugins:jibu-json:1.0.0-RC1")
'org.gaixie.jibu.plugins:jibu-json:jar:1.0.0-RC1'
<dependency org="org.gaixie.jibu.plugins" name="jibu-json" rev="1.0.0-RC1">
<artifact name="jibu-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.plugins', module='jibu-json', version='1.0.0-RC1')
)
libraryDependencies += "org.gaixie.jibu.plugins" % "jibu-json" % "1.0.0-RC1"
[org.gaixie.jibu.plugins/jibu-json "1.0.0-RC1"]