GroupId | GroupIdcom.yahoo.maha |
---|---|
ArtifactId | ArtifactIdmaha-service |
Version | Version6.100 |
Type | Typejar |
Filename | Size |
---|---|
maha-service-6.100.pom | |
maha-service-6.100.jar | 869 KB |
maha-service-6.100-test-sources.jar | 83 KB |
maha-service-6.100-sources.jar | 78 KB |
maha-service-6.100-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.100</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-service/
implementation 'com.yahoo.maha:maha-service:6.100'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-service/
implementation ("com.yahoo.maha:maha-service:6.100")
'com.yahoo.maha:maha-service:jar:6.100'
<dependency org="com.yahoo.maha" name="maha-service" rev="6.100">
<artifact name="maha-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-service', version='6.100')
)
libraryDependencies += "com.yahoo.maha" % "maha-service" % "6.100"
[com.yahoo.maha/maha-service "6.100"]