Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.rey5137 |
ArtifactId | ArtifactIdjsonbatch-core |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jsonbatch-core-1.1.3.pom | |
jsonbatch-core-1.1.3.jar | 40 KB |
jsonbatch-core-1.1.3-sources.jar | 18 KB |
jsonbatch-core-1.1.3-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rey5137/jsonbatch-core/ -->
<dependency>
<groupId>com.github.rey5137</groupId>
<artifactId>jsonbatch-core</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rey5137/jsonbatch-core/
implementation 'com.github.rey5137:jsonbatch-core:1.1.3'
// https://jarcasting.com/artifacts/com.github.rey5137/jsonbatch-core/
implementation ("com.github.rey5137:jsonbatch-core:1.1.3")
'com.github.rey5137:jsonbatch-core:jar:1.1.3'
<dependency org="com.github.rey5137" name="jsonbatch-core" rev="1.1.3">
<artifact name="jsonbatch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rey5137', module='jsonbatch-core', version='1.1.3')
)
libraryDependencies += "com.github.rey5137" % "jsonbatch-core" % "1.1.3"
[com.github.rey5137/jsonbatch-core "1.1.3"]