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