Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.goharsha |
ArtifactId | ArtifactIdeasyjson |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
easyjson-0.2.pom | |
easyjson-0.2.jar | 13 KB |
easyjson-0.2-sources.jar | 6 KB |
easyjson-0.2-javadoc.jar | 40 KB |
easyjson-0.2-gwt.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.goharsha/easyjson/ -->
<dependency>
<groupId>com.goharsha</groupId>
<artifactId>easyjson</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.goharsha/easyjson/
implementation 'com.goharsha:easyjson:0.2'
// https://jarcasting.com/artifacts/com.goharsha/easyjson/
implementation ("com.goharsha:easyjson:0.2")
'com.goharsha:easyjson:jar:0.2'
<dependency org="com.goharsha" name="easyjson" rev="0.2">
<artifact name="easyjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goharsha', module='easyjson', version='0.2')
)
libraryDependencies += "com.goharsha" % "easyjson" % "0.2"
[com.goharsha/easyjson "0.2"]