GroupId | GroupIdcom.github.nicosensei.batch |
---|---|
ArtifactId | ArtifactIdbatch-tools-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
batch-tools-core-0.5.0.pom | |
batch-tools-core-0.5.0.jar | 35 KB |
batch-tools-core-0.5.0-sources.jar | 18 KB |
batch-tools-core-0.5.0-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-core/ -->
<dependency>
<groupId>com.github.nicosensei.batch</groupId>
<artifactId>batch-tools-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-core/
implementation 'com.github.nicosensei.batch:batch-tools-core:0.5.0'
// https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-core/
implementation ("com.github.nicosensei.batch:batch-tools-core:0.5.0")
'com.github.nicosensei.batch:batch-tools-core:jar:0.5.0'
<dependency org="com.github.nicosensei.batch" name="batch-tools-core" rev="0.5.0">
<artifact name="batch-tools-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei.batch', module='batch-tools-core', version='0.5.0')
)
libraryDependencies += "com.github.nicosensei.batch" % "batch-tools-core" % "0.5.0"
[com.github.nicosensei.batch/batch-tools-core "0.5.0"]