Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.alluxio |
ArtifactId | ArtifactIdalluxio-keyvalue |
Version | Version1.7.0 |
Type | Typepom |
Filename | Size |
---|---|
alluxio-keyvalue-1.7.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-keyvalue/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-keyvalue</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-keyvalue/
implementation 'org.alluxio:alluxio-keyvalue:1.7.0'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-keyvalue/
implementation ("org.alluxio:alluxio-keyvalue:1.7.0")
'org.alluxio:alluxio-keyvalue:pom:1.7.0'
<dependency org="org.alluxio" name="alluxio-keyvalue" rev="1.7.0">
<artifact name="alluxio-keyvalue" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-keyvalue', version='1.7.0')
)
libraryDependencies += "org.alluxio" % "alluxio-keyvalue" % "1.7.0"
[org.alluxio/alluxio-keyvalue "1.7.0"]