GroupId | GroupIdcom.yahoo.maha |
---|---|
ArtifactId | ArtifactIdmaha-service |
Version | Version6.70 |
Type | Typejar |
Filename | Size |
---|---|
maha-service-6.70.pom | |
maha-service-6.70.jar | 865 KB |
maha-service-6.70-test-sources.jar | 82 KB |
maha-service-6.70-sources.jar | 78 KB |
maha-service-6.70-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.maha/maha-service/ -->
<dependency>
<groupId>com.yahoo.maha</groupId>
<artifactId>maha-service</artifactId>
<version>6.70</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-service/
implementation 'com.yahoo.maha:maha-service:6.70'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-service/
implementation ("com.yahoo.maha:maha-service:6.70")
'com.yahoo.maha:maha-service:jar:6.70'
<dependency org="com.yahoo.maha" name="maha-service" rev="6.70">
<artifact name="maha-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-service', version='6.70')
)
libraryDependencies += "com.yahoo.maha" % "maha-service" % "6.70"
[com.yahoo.maha/maha-service "6.70"]