Bash Library

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

License

License

GroupId

GroupId

io.github.randy-blancett
ArtifactId

ArtifactId

BashLibrary
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/Randy-Blancett/bashLibrary
Source Code Management

Source Code Management

https://github.com/Randy-Blancett/bashLibrary

Download BashLibrary

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0