| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.gitee.maskit |
| ArtifactId | ArtifactIdmaskit-json |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicro-host Architecture Style Toolkit
|
| Filename | Size |
|---|---|
| maskit-json-1.0.4.pom | |
| maskit-json-1.0.4.jar | 9 KB |
| maskit-json-1.0.4-sources.jar | 5 KB |
| maskit-json-1.0.4-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.maskit/maskit-json/ -->
<dependency>
<groupId>com.gitee.maskit</groupId>
<artifactId>maskit-json</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.maskit/maskit-json/
implementation 'com.gitee.maskit:maskit-json:1.0.4'
// https://jarcasting.com/artifacts/com.gitee.maskit/maskit-json/
implementation ("com.gitee.maskit:maskit-json:1.0.4")
'com.gitee.maskit:maskit-json:jar:1.0.4'
<dependency org="com.gitee.maskit" name="maskit-json" rev="1.0.4">
<artifact name="maskit-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.maskit', module='maskit-json', version='1.0.4')
)
libraryDependencies += "com.gitee.maskit" % "maskit-json" % "1.0.4"
[com.gitee.maskit/maskit-json "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.12.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |