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