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