| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcn.miludeer |
| ArtifactId | ArtifactIdjsoncode |
| Version | Version1.2.7-file |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsoncode-1.2.7-file.pom | |
| jsoncode-1.2.7-file.jar | 20 KB |
| jsoncode-1.2.7-file-sources.jar | 12 KB |
| jsoncode-1.2.7-file-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.miludeer/jsoncode/ -->
<dependency>
<groupId>cn.miludeer</groupId>
<artifactId>jsoncode</artifactId>
<version>1.2.7-file</version>
</dependency>
// https://jarcasting.com/artifacts/cn.miludeer/jsoncode/
implementation 'cn.miludeer:jsoncode:1.2.7-file'
// https://jarcasting.com/artifacts/cn.miludeer/jsoncode/
implementation ("cn.miludeer:jsoncode:1.2.7-file")
'cn.miludeer:jsoncode:jar:1.2.7-file'
<dependency org="cn.miludeer" name="jsoncode" rev="1.2.7-file">
<artifact name="jsoncode" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.miludeer', module='jsoncode', version='1.2.7-file')
)
libraryDependencies += "cn.miludeer" % "jsoncode" % "1.2.7-file"
[cn.miludeer/jsoncode "1.2.7-file"]