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