Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fangjinuo.easyjson |
ArtifactId | ArtifactIdjsonlib-to-easyjson |
Version | Version3.1.5-snapshot |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/jsonlib-to-easyjson/ -->
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>jsonlib-to-easyjson</artifactId>
<version>3.1.5-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/jsonlib-to-easyjson/
implementation 'com.github.fangjinuo.easyjson:jsonlib-to-easyjson:3.1.5-snapshot'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/jsonlib-to-easyjson/
implementation ("com.github.fangjinuo.easyjson:jsonlib-to-easyjson:3.1.5-snapshot")
'com.github.fangjinuo.easyjson:jsonlib-to-easyjson:jar:3.1.5-snapshot'
<dependency org="com.github.fangjinuo.easyjson" name="jsonlib-to-easyjson" rev="3.1.5-snapshot">
<artifact name="jsonlib-to-easyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='jsonlib-to-easyjson', version='3.1.5-snapshot')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "jsonlib-to-easyjson" % "3.1.5-snapshot"
[com.github.fangjinuo.easyjson/jsonlib-to-easyjson "3.1.5-snapshot"]