GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-memory-context |
Version | Version0.251 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-memory-context/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-memory-context</artifactId>
<version>0.251</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-memory-context/
implementation 'com.facebook.presto:presto-memory-context:0.251'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-memory-context/
implementation ("com.facebook.presto:presto-memory-context:0.251")
'com.facebook.presto:presto-memory-context:jar:0.251'
<dependency org="com.facebook.presto" name="presto-memory-context" rev="0.251">
<artifact name="presto-memory-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-memory-context', version='0.251')
)
libraryDependencies += "com.facebook.presto" % "presto-memory-context" % "0.251"
[com.facebook.presto/presto-memory-context "0.251"]