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