| Categories |
CategoriesAngular User Interface Web Frameworks JSON Data |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdangular-json-editor |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular-json-editor-0.2.1.pom | |
| angular-json-editor-0.2.1.jar | 18 KB |
| angular-json-editor-0.2.1-sources.jar | 22 bytes |
| angular-json-editor-0.2.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-json-editor/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-json-editor</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-json-editor/
implementation 'org.webjars.bower:angular-json-editor:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-json-editor/
implementation ("org.webjars.bower:angular-json-editor:0.2.1")
'org.webjars.bower:angular-json-editor:jar:0.2.1'
<dependency org="org.webjars.bower" name="angular-json-editor" rev="0.2.1">
<artifact name="angular-json-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-json-editor', version='0.2.1')
)
libraryDependencies += "org.webjars.bower" % "angular-json-editor" % "0.2.1"
[org.webjars.bower/angular-json-editor "0.2.1"]