Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdjsonview3 |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jsonview3-3.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/jsonview3/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>jsonview3</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3/
implementation 'com.github.developframework:jsonview3:3.0.0'
// https://jarcasting.com/artifacts/com.github.developframework/jsonview3/
implementation ("com.github.developframework:jsonview3:3.0.0")
'com.github.developframework:jsonview3:pom:3.0.0'
<dependency org="com.github.developframework" name="jsonview3" rev="3.0.0">
<artifact name="jsonview3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='jsonview3', version='3.0.0')
)
libraryDependencies += "com.github.developframework" % "jsonview3" % "3.0.0"
[com.github.developframework/jsonview3 "3.0.0"]