Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.easyjsonapi |
ArtifactId | ArtifactIdeasyJsonApi |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easyJsonApi-1.0.0.pom | |
easyJsonApi-1.0.0.jar | 39 KB |
easyJsonApi-1.0.0-sources.jar | 37 KB |
easyJsonApi-1.0.0-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/ -->
<dependency>
<groupId>com.github.easyjsonapi</groupId>
<artifactId>easyJsonApi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/
implementation 'com.github.easyjsonapi:easyJsonApi:1.0.0'
// https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/
implementation ("com.github.easyjsonapi:easyJsonApi:1.0.0")
'com.github.easyjsonapi:easyJsonApi:jar:1.0.0'
<dependency org="com.github.easyjsonapi" name="easyJsonApi" rev="1.0.0">
<artifact name="easyJsonApi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easyjsonapi', module='easyJsonApi', version='1.0.0')
)
libraryDependencies += "com.github.easyjsonapi" % "easyJsonApi" % "1.0.0"
[com.github.easyjsonapi/easyJsonApi "1.0.0"]