Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.charlotteumr.jv |
ArtifactId | ArtifactIdjsonview |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
jsonview-1.0.pom | |
jsonview-1.0.aar | 56 KB |
jsonview-1.0-sources.jar | 12 KB |
jsonview-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]