| Categories |
CategoriesWildFly Container Application Servers |
|---|---|
| GroupId | GroupIdorg.wildfly |
| ArtifactId | ArtifactIdwildfly-batch-jberet |
| Version | Version12.0.0.CR1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wildfly-batch-jberet-12.0.0.CR1.pom | |
| wildfly-batch-jberet-12.0.0.CR1.jar | 158 KB |
| wildfly-batch-jberet-12.0.0.CR1-sources.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-batch-jberet/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-batch-jberet</artifactId>
<version>12.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-batch-jberet/
implementation 'org.wildfly:wildfly-batch-jberet:12.0.0.CR1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-batch-jberet/
implementation ("org.wildfly:wildfly-batch-jberet:12.0.0.CR1")
'org.wildfly:wildfly-batch-jberet:jar:12.0.0.CR1'
<dependency org="org.wildfly" name="wildfly-batch-jberet" rev="12.0.0.CR1">
<artifact name="wildfly-batch-jberet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-batch-jberet', version='12.0.0.CR1')
)
libraryDependencies += "org.wildfly" % "wildfly-batch-jberet" % "12.0.0.CR1"
[org.wildfly/wildfly-batch-jberet "12.0.0.CR1"]