| Categories |
Categorieseasy-batch Application Layer Libs Job Scheduling |
|---|---|
| GroupId | GroupIdorg.jeasy |
| ArtifactId | ArtifactIdeasy-batch-xml |
| Version | Version7.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-batch-xml-7.0.0.pom | |
| easy-batch-xml-7.0.0.jar | 13 KB |
| easy-batch-xml-7.0.0-sources.jar | 13 KB |
| easy-batch-xml-7.0.0-javadoc.jar | 428 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jeasy/easy-batch-xml/ -->
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-batch-xml</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-batch-xml/
implementation 'org.jeasy:easy-batch-xml:7.0.0'
// https://jarcasting.com/artifacts/org.jeasy/easy-batch-xml/
implementation ("org.jeasy:easy-batch-xml:7.0.0")
'org.jeasy:easy-batch-xml:jar:7.0.0'
<dependency org="org.jeasy" name="easy-batch-xml" rev="7.0.0">
<artifact name="easy-batch-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-batch-xml', version='7.0.0')
)
libraryDependencies += "org.jeasy" % "easy-batch-xml" % "7.0.0"
[org.jeasy/easy-batch-xml "7.0.0"]