Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.markdom |
ArtifactId | ArtifactIdhandler-json-simple |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
handler-json-simple-0.0.5.pom | |
handler-json-simple-0.0.5.jar | 7 KB |
handler-json-simple-0.0.5-sources.jar | 6 KB |
handler-json-simple-0.0.5-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.markdom/handler-json-simple/ -->
<dependency>
<groupId>io.markdom</groupId>
<artifactId>handler-json-simple</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.markdom/handler-json-simple/
implementation 'io.markdom:handler-json-simple:0.0.5'
// https://jarcasting.com/artifacts/io.markdom/handler-json-simple/
implementation ("io.markdom:handler-json-simple:0.0.5")
'io.markdom:handler-json-simple:jar:0.0.5'
<dependency org="io.markdom" name="handler-json-simple" rev="0.0.5">
<artifact name="handler-json-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.markdom', module='handler-json-simple', version='0.0.5')
)
libraryDependencies += "io.markdom" % "handler-json-simple" % "0.0.5"
[io.markdom/handler-json-simple "0.0.5"]