Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsondoc |
ArtifactId | ArtifactIdjsondoc-ui-webjar |
Version | Version1.2.21.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsondoc/jsondoc-ui-webjar/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>jsondoc-ui-webjar</artifactId>
<version>1.2.21.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-ui-webjar/
implementation 'org.jsondoc:jsondoc-ui-webjar:1.2.21.RELEASE'
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-ui-webjar/
implementation ("org.jsondoc:jsondoc-ui-webjar:1.2.21.RELEASE")
'org.jsondoc:jsondoc-ui-webjar:jar:1.2.21.RELEASE'
<dependency org="org.jsondoc" name="jsondoc-ui-webjar" rev="1.2.21.RELEASE">
<artifact name="jsondoc-ui-webjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='jsondoc-ui-webjar', version='1.2.21.RELEASE')
)
libraryDependencies += "org.jsondoc" % "jsondoc-ui-webjar" % "1.2.21.RELEASE"
[org.jsondoc/jsondoc-ui-webjar "1.2.21.RELEASE"]