GroupId | GroupIdio.basestar |
---|---|
ArtifactId | ArtifactIdbasestar-storage |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
basestar-storage-1.1.2.pom | |
basestar-storage-1.1.2.jar | 100 KB |
basestar-storage-1.1.2-tests.jar | 33 KB |
basestar-storage-1.1.2-sources.jar | 36 KB |
basestar-storage-1.1.2-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.basestar/basestar-storage/ -->
<dependency>
<groupId>io.basestar</groupId>
<artifactId>basestar-storage</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.basestar/basestar-storage/
implementation 'io.basestar:basestar-storage:1.1.2'
// https://jarcasting.com/artifacts/io.basestar/basestar-storage/
implementation ("io.basestar:basestar-storage:1.1.2")
'io.basestar:basestar-storage:jar:1.1.2'
<dependency org="io.basestar" name="basestar-storage" rev="1.1.2">
<artifact name="basestar-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.basestar', module='basestar-storage', version='1.1.2')
)
libraryDependencies += "io.basestar" % "basestar-storage" % "1.1.2"
[io.basestar/basestar-storage "1.1.2"]