Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdextjson-library |
Version | Version1.0.0-M16 |
Type | Typejar |
Filename | Size |
---|---|
extjson-library-1.0.0-M16.pom | |
extjson-library-1.0.0-M16.jar | 311 KB |
extjson-library-1.0.0-M16-sources.jar | 274 KB |
extjson-library-1.0.0-M16-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extjson-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extjson-library</artifactId>
<version>1.0.0-M16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extjson-library/
implementation 'com.github.lontime:extjson-library:1.0.0-M16'
// https://jarcasting.com/artifacts/com.github.lontime/extjson-library/
implementation ("com.github.lontime:extjson-library:1.0.0-M16")
'com.github.lontime:extjson-library:jar:1.0.0-M16'
<dependency org="com.github.lontime" name="extjson-library" rev="1.0.0-M16">
<artifact name="extjson-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extjson-library', version='1.0.0-M16')
)
libraryDependencies += "com.github.lontime" % "extjson-library" % "1.0.0-M16"
[com.github.lontime/extjson-library "1.0.0-M16"]