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