| GroupId | GroupIdcom.indeed |
|---|---|
| ArtifactId | ArtifactIdproctor-parent |
| Version | Version1.9.17 |
| Type | Typepom |
| Filename | Size |
|---|---|
| proctor-parent-1.9.17.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.indeed/proctor-parent/ -->
<dependency>
<groupId>com.indeed</groupId>
<artifactId>proctor-parent</artifactId>
<version>1.9.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/proctor-parent/
implementation 'com.indeed:proctor-parent:1.9.17'
// https://jarcasting.com/artifacts/com.indeed/proctor-parent/
implementation ("com.indeed:proctor-parent:1.9.17")
'com.indeed:proctor-parent:pom:1.9.17'
<dependency org="com.indeed" name="proctor-parent" rev="1.9.17">
<artifact name="proctor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='proctor-parent', version='1.9.17')
)
libraryDependencies += "com.indeed" % "proctor-parent" % "1.9.17"
[com.indeed/proctor-parent "1.9.17"]