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