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