j

jsondoc-ui-webjar

The interface webjar of the jsondoc project
http://www.jsondoc.org
Files download
File Operation
jsondoc-ui-webjar-1.2.23.jar download
jsondoc-ui-webjar-1.2.23.pom download
jsondoc-ui-webjar-1.2.23-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jsondoc</groupId>
  <artifactId>jsondoc-ui-webjar</artifactId>
  <version>1.2.23</version>
</dependency>
Gradle Groovy
implementation 'org.jsondoc:jsondoc-ui-webjar:1.2.23'
Gradle Kotlin
implementation("org.jsondoc:jsondoc-ui-webjar:1.2.23")
Scala SBT
libraryDependencies += "org.jsondoc" % "jsondoc-ui-webjar" % "1.2.23"
Groovy Grape
@Grapes(
  @Grab(group='org.jsondoc', module='jsondoc-ui-webjar', version='1.2.23')
)
Apache Ivy
<dependency org="org.jsondoc" name="jsondoc-ui-webjar" rev="1.2.23" />
Leiningen
[org.jsondoc/jsondoc-ui-webjar "1.2.23"]
Apache Buildr
'org.jsondoc:jsondoc-ui-webjar:jar:1.2.23'