| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdeu.eventstorm |
| ArtifactId | ArtifactIdeventstorm-batch |
| Version | Version0.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eventstorm-batch-0.10.0.pom | |
| eventstorm-batch-0.10.0.jar | 39 KB |
| eventstorm-batch-0.10.0-sources.jar | 21 KB |
| eventstorm-batch-0.10.0-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/ -->
<dependency>
<groupId>eu.eventstorm</groupId>
<artifactId>eventstorm-batch</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/
implementation 'eu.eventstorm:eventstorm-batch:0.10.0'
// https://jarcasting.com/artifacts/eu.eventstorm/eventstorm-batch/
implementation ("eu.eventstorm:eventstorm-batch:0.10.0")
'eu.eventstorm:eventstorm-batch:jar:0.10.0'
<dependency org="eu.eventstorm" name="eventstorm-batch" rev="0.10.0">
<artifact name="eventstorm-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.eventstorm', module='eventstorm-batch', version='0.10.0')
)
libraryDependencies += "eu.eventstorm" % "eventstorm-batch" % "0.10.0"
[eu.eventstorm/eventstorm-batch "0.10.0"]