Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.maha |
ArtifactId | ArtifactIdmaha-api-jersey |
Version | Version6.95 |
Type | Typejar |
Filename | Size |
---|---|
maha-api-jersey-6.95.pom | |
maha-api-jersey-6.95.jar | 37 KB |
maha-api-jersey-6.95-test-sources.jar | 14 KB |
maha-api-jersey-6.95-sources.jar | 7 KB |
maha-api-jersey-6.95-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.maha/maha-api-jersey/ -->
<dependency>
<groupId>com.yahoo.maha</groupId>
<artifactId>maha-api-jersey</artifactId>
<version>6.95</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-api-jersey/
implementation 'com.yahoo.maha:maha-api-jersey:6.95'
// https://jarcasting.com/artifacts/com.yahoo.maha/maha-api-jersey/
implementation ("com.yahoo.maha:maha-api-jersey:6.95")
'com.yahoo.maha:maha-api-jersey:jar:6.95'
<dependency org="com.yahoo.maha" name="maha-api-jersey" rev="6.95">
<artifact name="maha-api-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.maha', module='maha-api-jersey', version='6.95')
)
libraryDependencies += "com.yahoo.maha" % "maha-api-jersey" % "6.95"
[com.yahoo.maha/maha-api-jersey "6.95"]