| License |
License |
|---|---|
| GroupId | GroupIdcom.optum.sourcehawk |
| ArtifactId | ArtifactIdsourcehawk-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Description |
DescriptionSourcehawk Parent
Sourcehawk Parent Pom for supporting maven project inheritance
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sourcehawk-parent-1.2.0.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/ -->
<dependency>
<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/
implementation 'com.optum.sourcehawk:sourcehawk-parent:1.2.0'
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/
implementation ("com.optum.sourcehawk:sourcehawk-parent:1.2.0")
'com.optum.sourcehawk:sourcehawk-parent:pom:1.2.0'
<dependency org="com.optum.sourcehawk" name="sourcehawk-parent" rev="1.2.0">
<artifact name="sourcehawk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.optum.sourcehawk', module='sourcehawk-parent', version='1.2.0')
)
libraryDependencies += "com.optum.sourcehawk" % "sourcehawk-parent" % "1.2.0"
[com.optum.sourcehawk/sourcehawk-parent "1.2.0"]