GroupId | GroupIdcom.yahoo.maha |
---|---|
ArtifactId | ArtifactIdmaha-presto-executor |
Version | Version6.76 |
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.76</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-presto-executor/
implementation 'com.yahoo.maha:maha-presto-executor:6.76'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-presto-executor/
implementation ("com.yahoo.maha:maha-presto-executor:6.76")
'com.yahoo.maha:maha-presto-executor:jar:6.76'
<dependency org="com.yahoo.maha" name="maha-presto-executor" rev="6.76">
<artifact name="maha-presto-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-presto-executor', version='6.76')
)
libraryDependencies += "com.yahoo.maha" % "maha-presto-executor" % "6.76"
[com.yahoo.maha/maha-presto-executor "6.76"]