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