Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.rey5137 |
ArtifactId | ArtifactIdjsonbatch-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jsonbatch-core-1.3.0.pom | |
jsonbatch-core-1.3.0.jar | 44 KB |
jsonbatch-core-1.3.0-sources.jar | 20 KB |
jsonbatch-core-1.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rey5137/jsonbatch-core/
implementation 'com.github.rey5137:jsonbatch-core:1.3.0'
// https://jarcasting.com/artifacts/com.github.rey5137/jsonbatch-core/
implementation ("com.github.rey5137:jsonbatch-core:1.3.0")
'com.github.rey5137:jsonbatch-core:jar:1.3.0'
<dependency org="com.github.rey5137" name="jsonbatch-core" rev="1.3.0">
<artifact name="jsonbatch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rey5137', module='jsonbatch-core', version='1.3.0')
)
libraryDependencies += "com.github.rey5137" % "jsonbatch-core" % "1.3.0"
[com.github.rey5137/jsonbatch-core "1.3.0"]