GroupId | GroupIdorg.lumongo |
---|---|
ArtifactId | ArtifactIdlumongo-storage |
Version | Version0.30 |
Type | Typejar |
Filename | Size |
---|---|
lumongo-storage-0.30.pom | |
lumongo-storage-0.30.jar | 26 KB |
lumongo-storage-0.30-sources.jar | 14 KB |
lumongo-storage-0.30-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lumongo/lumongo-storage/ -->
<dependency>
<groupId>org.lumongo</groupId>
<artifactId>lumongo-storage</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.lumongo/lumongo-storage/
implementation 'org.lumongo:lumongo-storage:0.30'
// https://jarcasting.com/artifacts/org.lumongo/lumongo-storage/
implementation ("org.lumongo:lumongo-storage:0.30")
'org.lumongo:lumongo-storage:jar:0.30'
<dependency org="org.lumongo" name="lumongo-storage" rev="0.30">
<artifact name="lumongo-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lumongo', module='lumongo-storage', version='0.30')
)
libraryDependencies += "org.lumongo" % "lumongo-storage" % "0.30"
[org.lumongo/lumongo-storage "0.30"]