Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjquery-jsonview |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jquery-jsonview-0.2.0.pom | |
jquery-jsonview-0.2.0.jar | 5 KB |
jquery-jsonview-0.2.0-sources.jar | 3 KB |
jquery-jsonview-0.2.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-jsonview/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-jsonview</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-jsonview/
implementation 'org.webjars:jquery-jsonview:0.2.0'
// https://jarcasting.com/artifacts/org.webjars/jquery-jsonview/
implementation ("org.webjars:jquery-jsonview:0.2.0")
'org.webjars:jquery-jsonview:jar:0.2.0'
<dependency org="org.webjars" name="jquery-jsonview" rev="0.2.0">
<artifact name="jquery-jsonview" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-jsonview', version='0.2.0')
)
libraryDependencies += "org.webjars" % "jquery-jsonview" % "0.2.0"
[org.webjars/jquery-jsonview "0.2.0"]