Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjson-editor |
Version | Version0.7.18 |
Type | Typejar |
Filename | Size |
---|---|
json-editor-0.7.18.pom | |
json-editor-0.7.18.jar | 67 KB |
json-editor-0.7.18-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/json-editor/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>json-editor</artifactId>
<version>0.7.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/json-editor/
implementation 'org.webjars:json-editor:0.7.18'
// https://jarcasting.com/artifacts/org.webjars/json-editor/
implementation ("org.webjars:json-editor:0.7.18")
'org.webjars:json-editor:jar:0.7.18'
<dependency org="org.webjars" name="json-editor" rev="0.7.18">
<artifact name="json-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='json-editor', version='0.7.18')
)
libraryDependencies += "org.webjars" % "json-editor" % "0.7.18"
[org.webjars/json-editor "0.7.18"]