is not current version
Last Version 1.1.0

io.github.randy-blancett:BashLibrary 1.0.0

This project is a group of bash scripts that can act as a library to make creating bash scripts easier.

GroupId

GroupId

io.github.randy-blancett
ArtifactId

ArtifactId

BashLibrary
Version

Version

1.0.0
Type

Type

pom

Download BashLibrary 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.randy-blancett/BashLibrary/ -->
<dependency>
    <groupId>io.github.randy-blancett</groupId>
    <artifactId>BashLibrary</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.randy-blancett/BashLibrary/
implementation 'io.github.randy-blancett:BashLibrary:1.0.0'
// https://jarcasting.com/artifacts/io.github.randy-blancett/BashLibrary/
implementation ("io.github.randy-blancett:BashLibrary:1.0.0")
'io.github.randy-blancett:BashLibrary:pom:1.0.0'
<dependency org="io.github.randy-blancett" name="BashLibrary" rev="1.0.0">
  <artifact name="BashLibrary" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.randy-blancett', module='BashLibrary', version='1.0.0')
)
libraryDependencies += "io.github.randy-blancett" % "BashLibrary" % "1.0.0"
[io.github.randy-blancett/BashLibrary "1.0.0"]