GroupId | GroupIdcom.facebook.presto |
---|---|
ArtifactId | ArtifactIdpresto-bytecode |
Version | Version0.144.5 |
Type | Typejar |
Filename | Size |
---|---|
presto-bytecode-0.144.5.pom | |
presto-bytecode-0.144.5.jar | 181 KB |
presto-bytecode-0.144.5-tests.jar | 28 KB |
presto-bytecode-0.144.5-test-sources.jar | 19 KB |
presto-bytecode-0.144.5-sources.jar | 94 KB |
presto-bytecode-0.144.5-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/presto-bytecode/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-bytecode</artifactId>
<version>0.144.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/presto-bytecode/
implementation 'com.facebook.presto:presto-bytecode:0.144.5'
// https://jarcasting.com/artifacts/com.facebook.presto/presto-bytecode/
implementation ("com.facebook.presto:presto-bytecode:0.144.5")
'com.facebook.presto:presto-bytecode:jar:0.144.5'
<dependency org="com.facebook.presto" name="presto-bytecode" rev="0.144.5">
<artifact name="presto-bytecode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='presto-bytecode', version='0.144.5')
)
libraryDependencies += "com.facebook.presto" % "presto-bytecode" % "0.144.5"
[com.facebook.presto/presto-bytecode "0.144.5"]