GroupId | GroupIdcom.yahoo.maha |
---|---|
ArtifactId | ArtifactIdmaha-presto-executor |
Version | Version6.103 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.maha/maha-presto-executor/ -->
<dependency>
<groupId>com.yahoo.maha</groupId>
<artifactId>maha-presto-executor</artifactId>
<version>6.103</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-presto-executor/
implementation 'com.yahoo.maha:maha-presto-executor:6.103'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-presto-executor/
implementation ("com.yahoo.maha:maha-presto-executor:6.103")
'com.yahoo.maha:maha-presto-executor:jar:6.103'
<dependency org="com.yahoo.maha" name="maha-presto-executor" rev="6.103">
<artifact name="maha-presto-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-presto-executor', version='6.103')
)
libraryDependencies += "com.yahoo.maha" % "maha-presto-executor" % "6.103"
[com.yahoo.maha/maha-presto-executor "6.103"]