GroupId | GroupIdcom.yahoo.maha |
---|---|
ArtifactId | ArtifactIdmaha-core |
Version | Version6.71 |
Type | Typejar |
Filename | Size |
---|---|
maha-core-6.71.pom | |
maha-core-6.71.jar | 3 MB |
maha-core-6.71-tests.jar | 2 MB |
maha-core-6.71-test-sources.jar | 369 KB |
maha-core-6.71-sources.jar | 288 KB |
maha-core-6.71-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.maha/maha-core/ -->
<dependency>
<groupId>com.yahoo.maha</groupId>
<artifactId>maha-core</artifactId>
<version>6.71</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-core/
implementation 'com.yahoo.maha:maha-core:6.71'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-core/
implementation ("com.yahoo.maha:maha-core:6.71")
'com.yahoo.maha:maha-core:jar:6.71'
<dependency org="com.yahoo.maha" name="maha-core" rev="6.71">
<artifact name="maha-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-core', version='6.71')
)
libraryDependencies += "com.yahoo.maha" % "maha-core" % "6.71"
[com.yahoo.maha/maha-core "6.71"]