Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdjakarta.nosql.tck.communication |
ArtifactId | ArtifactIdcommunication-tck-key-value |
Version | Version1.0.0-b2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/jakarta.nosql.tck.communication/communication-tck-key-value/ -->
<dependency>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck-key-value</artifactId>
<version>1.0.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.nosql.tck.communication/communication-tck-key-value/
implementation 'jakarta.nosql.tck.communication:communication-tck-key-value:1.0.0-b2'
// https://jarcasting.com/artifacts/jakarta.nosql.tck.communication/communication-tck-key-value/
implementation ("jakarta.nosql.tck.communication:communication-tck-key-value:1.0.0-b2")
'jakarta.nosql.tck.communication:communication-tck-key-value:jar:1.0.0-b2'
<dependency org="jakarta.nosql.tck.communication" name="communication-tck-key-value" rev="1.0.0-b2">
<artifact name="communication-tck-key-value" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.nosql.tck.communication', module='communication-tck-key-value', version='1.0.0-b2')
)
libraryDependencies += "jakarta.nosql.tck.communication" % "communication-tck-key-value" % "1.0.0-b2"
[jakarta.nosql.tck.communication/communication-tck-key-value "1.0.0-b2"]