Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdbatch-jberet |
Version | Version2017.7.0 |
Type | Typejar |
Filename | Size |
---|---|
batch-jberet-2017.7.0.pom | |
batch-jberet-2017.7.0.jar | 18 KB |
batch-jberet-2017.7.0-sources.jar | 6 KB |
batch-jberet-2017.7.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/batch-jberet/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>batch-jberet</artifactId>
<version>2017.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/batch-jberet/
implementation 'org.wildfly.swarm:batch-jberet:2017.7.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/batch-jberet/
implementation ("org.wildfly.swarm:batch-jberet:2017.7.0")
'org.wildfly.swarm:batch-jberet:jar:2017.7.0'
<dependency org="org.wildfly.swarm" name="batch-jberet" rev="2017.7.0">
<artifact name="batch-jberet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='batch-jberet', version='2017.7.0')
)
libraryDependencies += "org.wildfly.swarm" % "batch-jberet" % "2017.7.0"
[org.wildfly.swarm/batch-jberet "2017.7.0"]