| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.randy-blancett |
| Идентификатор | ИдентификаторBashLibrary |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеBash Library
This project is a group of bash scripts that can act as a library to make
creating bash scripts easier.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| BashLibrary-1.1.0.pom | |
| BashLibrary-1.1.0.zip | 10 KB |
| Обзор |
<!-- 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"]