Categories |
CategoriesGithub Development Tools Version Controls JSON Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-josdejong-jsoneditor |
Version | Version5.5.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-josdejong-jsoneditor/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-josdejong-jsoneditor</artifactId>
<version>5.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-josdejong-jsoneditor/
implementation 'org.webjars.npm:github-com-josdejong-jsoneditor:5.5.10'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-josdejong-jsoneditor/
implementation ("org.webjars.npm:github-com-josdejong-jsoneditor:5.5.10")
'org.webjars.npm:github-com-josdejong-jsoneditor:jar:5.5.10'
<dependency org="org.webjars.npm" name="github-com-josdejong-jsoneditor" rev="5.5.10">
<artifact name="github-com-josdejong-jsoneditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-josdejong-jsoneditor', version='5.5.10')
)
libraryDependencies += "org.webjars.npm" % "github-com-josdejong-jsoneditor" % "5.5.10"
[org.webjars.npm/github-com-josdejong-jsoneditor "5.5.10"]