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