GroupId | GroupIdcom.nablarch.profile |
---|---|
ArtifactId | ArtifactIdnablarch-batch |
Version | Version5u16 |
Type | Typejar |
Filename | Size |
---|---|
nablarch-batch-5u16.pom | |
nablarch-batch-5u16.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-batch/ -->
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-batch</artifactId>
<version>5u16</version>
</dependency>
// https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-batch/
implementation 'com.nablarch.profile:nablarch-batch:5u16'
// https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-batch/
implementation ("com.nablarch.profile:nablarch-batch:5u16")
'com.nablarch.profile:nablarch-batch:jar:5u16'
<dependency org="com.nablarch.profile" name="nablarch-batch" rev="5u16">
<artifact name="nablarch-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nablarch.profile', module='nablarch-batch', version='5u16')
)
libraryDependencies += "com.nablarch.profile" % "nablarch-batch" % "5u16"
[com.nablarch.profile/nablarch-batch "5u16"]