GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-memory-context |
Version | Version0.242 |
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.242</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-memory-context/
implementation 'com.facebook.presto:presto-memory-context:0.242'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-memory-context/
implementation ("com.facebook.presto:presto-memory-context:0.242")
'com.facebook.presto:presto-memory-context:jar:0.242'
<dependency org="com.facebook.presto" name="presto-memory-context" rev="0.242">
<artifact name="presto-memory-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-memory-context', version='0.242')
)
libraryDependencies += "com.facebook.presto" % "presto-memory-context" % "0.242"
[com.facebook.presto/presto-memory-context "0.242"]