Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fangjinuo.easyjson |
ArtifactId | ArtifactIdeasyjson |
Version | Version2.0.alpha2.0 |
Type | Typepom |
Filename | Size |
---|---|
easyjson-2.0.alpha2.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson/ -->
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson</artifactId>
<version>2.0.alpha2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson/
implementation 'com.github.fangjinuo.easyjson:easyjson:2.0.alpha2.0'
// https://jarcasting.com/artifacts/com.github.fangjinuo.easyjson/easyjson/
implementation ("com.github.fangjinuo.easyjson:easyjson:2.0.alpha2.0")
'com.github.fangjinuo.easyjson:easyjson:pom:2.0.alpha2.0'
<dependency org="com.github.fangjinuo.easyjson" name="easyjson" rev="2.0.alpha2.0">
<artifact name="easyjson" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.easyjson', module='easyjson', version='2.0.alpha2.0')
)
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson" % "2.0.alpha2.0"
[com.github.fangjinuo.easyjson/easyjson "2.0.alpha2.0"]