Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.barrypitman |
ArtifactId | ArtifactIdcloud-storage-maven |
Version | Version2.3.1 |
Type | Typepom |
Filename | Size |
---|---|
cloud-storage-maven-2.3.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/ -->
<dependency>
<groupId>io.github.barrypitman</groupId>
<artifactId>cloud-storage-maven</artifactId>
<version>2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/
implementation 'io.github.barrypitman:cloud-storage-maven:2.3.1'
// https://jarcasting.com/artifacts/io.github.barrypitman/cloud-storage-maven/
implementation ("io.github.barrypitman:cloud-storage-maven:2.3.1")
'io.github.barrypitman:cloud-storage-maven:pom:2.3.1'
<dependency org="io.github.barrypitman" name="cloud-storage-maven" rev="2.3.1">
<artifact name="cloud-storage-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.barrypitman', module='cloud-storage-maven', version='2.3.1')
)
libraryDependencies += "io.github.barrypitman" % "cloud-storage-maven" % "2.3.1"
[io.github.barrypitman/cloud-storage-maven "2.3.1"]