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