is not current version
Last Version 1.3

io.github.charlotteumr.jv:jsonview 1.0

a view for displaying json

Categories

Categories

JSON Data
GroupId

GroupId

io.github.charlotteumr.jv
ArtifactId

ArtifactId

jsonview
Version

Version

1.0
Type

Type

aar

Download jsonview 1.0


<!-- https://jarcasting.com/artifacts/io.github.charlotteumr.jv/jsonview/ -->
<dependency>
    <groupId>io.github.charlotteumr.jv</groupId>
    <artifactId>jsonview</artifactId>
    <version>1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.charlotteumr.jv/jsonview/
implementation 'io.github.charlotteumr.jv:jsonview:1.0'
// https://jarcasting.com/artifacts/io.github.charlotteumr.jv/jsonview/
implementation ("io.github.charlotteumr.jv:jsonview:1.0")
'io.github.charlotteumr.jv:jsonview:aar:1.0'
<dependency org="io.github.charlotteumr.jv" name="jsonview" rev="1.0">
  <artifact name="jsonview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.charlotteumr.jv', module='jsonview', version='1.0')
)
libraryDependencies += "io.github.charlotteumr.jv" % "jsonview" % "1.0"
[io.github.charlotteumr.jv/jsonview "1.0"]