GroupId | GroupIdio.github.randy-blancett |
---|---|
ArtifactId | ArtifactIdBashLibrary |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
BashLibrary-1.0.0.pom | |
BashLibrary-1.0.0.zip | 7 KB |
Browse |
<!-- 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"]