Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdextjson-library |
Version | Version1.0.0-M9 |
Type | Typejar |
Filename | Size |
---|---|
extjson-library-1.0.0-M9.pom | |
extjson-library-1.0.0-M9.jar | 184 KB |
extjson-library-1.0.0-M9-sources.jar | 93 KB |
extjson-library-1.0.0-M9-javadoc.jar | 67 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-M9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extjson-library/
implementation 'com.github.lontime:extjson-library:1.0.0-M9'
// https://jarcasting.com/artifacts/com.github.lontime/extjson-library/
implementation ("com.github.lontime:extjson-library:1.0.0-M9")
'com.github.lontime:extjson-library:jar:1.0.0-M9'
<dependency org="com.github.lontime" name="extjson-library" rev="1.0.0-M9">
<artifact name="extjson-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extjson-library', version='1.0.0-M9')
)
libraryDependencies += "com.github.lontime" % "extjson-library" % "1.0.0-M9"
[com.github.lontime/extjson-library "1.0.0-M9"]