GroupId | GroupIdorg.foundationdb |
---|---|
ArtifactId | ArtifactIdfdb-record-layer-core-shaded |
Version | Version2.5.41.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.foundationdb/fdb-record-layer-core-shaded/ -->
<dependency>
<groupId>org.foundationdb</groupId>
<artifactId>fdb-record-layer-core-shaded</artifactId>
<version>2.5.41.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.foundationdb/fdb-record-layer-core-shaded/
implementation 'org.foundationdb:fdb-record-layer-core-shaded:2.5.41.0'
// https://jarcasting.com/artifacts/org.foundationdb/fdb-record-layer-core-shaded/
implementation ("org.foundationdb:fdb-record-layer-core-shaded:2.5.41.0")
'org.foundationdb:fdb-record-layer-core-shaded:jar:2.5.41.0'
<dependency org="org.foundationdb" name="fdb-record-layer-core-shaded" rev="2.5.41.0">
<artifact name="fdb-record-layer-core-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.foundationdb', module='fdb-record-layer-core-shaded', version='2.5.41.0')
)
libraryDependencies += "org.foundationdb" % "fdb-record-layer-core-shaded" % "2.5.41.0"
[org.foundationdb/fdb-record-layer-core-shaded "2.5.41.0"]