GroupId | GroupIdcom.indeed |
---|---|
ArtifactId | ArtifactIdmph-table |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mph-table-1.0.4.pom | |
mph-table-1.0.4.jar | 92 KB |
mph-table-1.0.4-sources.jar | 44 KB |
mph-table-1.0.4-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.indeed/mph-table/ -->
<dependency>
<groupId>com.indeed</groupId>
<artifactId>mph-table</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/mph-table/
implementation 'com.indeed:mph-table:1.0.4'
// https://jarcasting.com/artifacts/com.indeed/mph-table/
implementation ("com.indeed:mph-table:1.0.4")
'com.indeed:mph-table:jar:1.0.4'
<dependency org="com.indeed" name="mph-table" rev="1.0.4">
<artifact name="mph-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='mph-table', version='1.0.4')
)
libraryDependencies += "com.indeed" % "mph-table" % "1.0.4"
[com.indeed/mph-table "1.0.4"]