MVN

org.refcodes : refcodes-batch

Maven & Gradle

Aug 07, 2016
1 usages

Artifact providing a bash shell (batch) scripting frame.

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-batch</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.refcodes : refcodes-batch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.refcodes : refcodes-batch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
refcodes-batch-1.0.5
refcodes-batch-1.0.4
refcodes-batch-1.0.3
refcodes-batch-1.0.2
refcodes-batch-1.0.1
refcodes-batch-1.0.0
0.4.x
refcodes-batch-0.4.0
0.3.x
refcodes-batch-0.3.0
0.2.x
refcodes-batch-0.2.0
0.1.x
refcodes-batch-0.1.0
0.0.x
refcodes-batch-0.0.4
refcodes-batch-0.0.3

How to add a dependency to Maven

Add the following org.refcodes : refcodes-batch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-batch</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.refcodes : refcodes-batch gradle dependency to your build.gradle file:

implementation 'org.refcodes:refcodes-batch:1.0.5'

Gradle Kotlin DSL: Add the following org.refcodes : refcodes-batch gradle kotlin dependency to your build.gradle.kts file:

implementation("org.refcodes:refcodes-batch:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.refcodes : refcodes-batch sbt scala dependency to your build.sbt file:

libraryDependencies += "org.refcodes" % "refcodes-batch" % "1.0.5"