GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-common |
Version | Version0.265 |
Type | Typejar |
Filename | Size |
---|---|
presto-common-0.265.pom | |
presto-common-0.265.jar | 490 KB |
presto-common-0.265-tests.jar | 295 KB |
presto-common-0.265-test-sources.jar | 166 KB |
presto-common-0.265-sources.jar | 336 KB |
presto-common-0.265-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-common/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-common</artifactId>
<version>0.265</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-common/
implementation 'com.facebook.presto:presto-common:0.265'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-common/
implementation ("com.facebook.presto:presto-common:0.265")
'com.facebook.presto:presto-common:jar:0.265'
<dependency org="com.facebook.presto" name="presto-common" rev="0.265">
<artifact name="presto-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-common', version='0.265')
)
libraryDependencies += "com.facebook.presto" % "presto-common" % "0.265"
[com.facebook.presto/presto-common "0.265"]