Categories |
CategoriesGithub Development Tools Version Controls JSON Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-josdejong-jsoneditor |
Version | Version7.3.0 |
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>7.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-josdejong-jsoneditor/
implementation 'org.webjars.npm:github-com-josdejong-jsoneditor:7.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-josdejong-jsoneditor/
implementation ("org.webjars.npm:github-com-josdejong-jsoneditor:7.3.0")
'org.webjars.npm:github-com-josdejong-jsoneditor:jar:7.3.0'
<dependency org="org.webjars.npm" name="github-com-josdejong-jsoneditor" rev="7.3.0">
<artifact name="github-com-josdejong-jsoneditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-josdejong-jsoneditor', version='7.3.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-josdejong-jsoneditor" % "7.3.0"
[org.webjars.npm/github-com-josdejong-jsoneditor "7.3.0"]