GroupId | GroupIdorg.openbase |
---|---|
ArtifactId | ArtifactIdjul.extension.type.storage |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openbase/jul.extension.type.storage/ -->
<dependency>
<groupId>org.openbase</groupId>
<artifactId>jul.extension.type.storage</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase/jul.extension.type.storage/
implementation 'org.openbase:jul.extension.type.storage:3.0.0'
// https://jarcasting.com/artifacts/org.openbase/jul.extension.type.storage/
implementation ("org.openbase:jul.extension.type.storage:3.0.0")
'org.openbase:jul.extension.type.storage:jar:3.0.0'
<dependency org="org.openbase" name="jul.extension.type.storage" rev="3.0.0">
<artifact name="jul.extension.type.storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase', module='jul.extension.type.storage', version='3.0.0')
)
libraryDependencies += "org.openbase" % "jul.extension.type.storage" % "3.0.0"
[org.openbase/jul.extension.type.storage "3.0.0"]