GroupId | GroupIdorg.osgl |
---|---|
ArtifactId | ArtifactIdosgl-storage |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
osgl-storage-1.5.4.pom | |
osgl-storage-1.5.4.jar | 55 KB |
osgl-storage-1.5.4-sources.jar | 34 KB |
osgl-storage-1.5.4-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-storage/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-storage</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-storage/
implementation 'org.osgl:osgl-storage:1.5.4'
// https://jarcasting.com/artifacts/org.osgl/osgl-storage/
implementation ("org.osgl:osgl-storage:1.5.4")
'org.osgl:osgl-storage:jar:1.5.4'
<dependency org="org.osgl" name="osgl-storage" rev="1.5.4">
<artifact name="osgl-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-storage', version='1.5.4')
)
libraryDependencies += "org.osgl" % "osgl-storage" % "1.5.4"
[org.osgl/osgl-storage "1.5.4"]