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