MVN

io.github.randy-blancett : BashLibrary

Maven & Gradle

Apr 18, 2023
0 stars

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

<dependency>
    <groupId>io.github.randy-blancett</groupId>
    <artifactId>BashLibrary</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.randy-blancett : BashLibrary to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of io.github.randy-blancett : BashLibrary to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
BashLibrary-1.2.0
1.1.x
BashLibrary-1.1.0
1.0.x
BashLibrary-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.randy-blancett</groupId>
    <artifactId>BashLibrary</artifactId>
    <version>1.2.0</version>
</dependency>