| Categories |
CategoriesGson Data JSON |
|---|---|
| GroupId | GroupIdorg.easybatch |
| ArtifactId | ArtifactIdeasybatch-gson |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easybatch-gson-4.0.0.pom | |
| easybatch-gson-4.0.0.jar | 4 KB |
| easybatch-gson-4.0.0-sources.jar | 4 KB |
| easybatch-gson-4.0.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.easybatch/easybatch-gson/ -->
<dependency>
<groupId>org.easybatch</groupId>
<artifactId>easybatch-gson</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easybatch/easybatch-gson/
implementation 'org.easybatch:easybatch-gson:4.0.0'
// https://jarcasting.com/artifacts/org.easybatch/easybatch-gson/
implementation ("org.easybatch:easybatch-gson:4.0.0")
'org.easybatch:easybatch-gson:jar:4.0.0'
<dependency org="org.easybatch" name="easybatch-gson" rev="4.0.0">
<artifact name="easybatch-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easybatch', module='easybatch-gson', version='4.0.0')
)
libraryDependencies += "org.easybatch" % "easybatch-gson" % "4.0.0"
[org.easybatch/easybatch-gson "4.0.0"]