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