License |
License |
---|---|
GroupId | GroupIdcom.optum.sourcehawk |
ArtifactId | ArtifactIdsourcehawk-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
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-2.0.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/ -->
<dependency>
<groupId>com.optum.sourcehawk</groupId>
<artifactId>sourcehawk-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/
implementation 'com.optum.sourcehawk:sourcehawk-parent:2.0.0'
// https://jarcasting.com/artifacts/com.optum.sourcehawk/sourcehawk-parent/
implementation ("com.optum.sourcehawk:sourcehawk-parent:2.0.0")
'com.optum.sourcehawk:sourcehawk-parent:pom:2.0.0'
<dependency org="com.optum.sourcehawk" name="sourcehawk-parent" rev="2.0.0">
<artifact name="sourcehawk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.optum.sourcehawk', module='sourcehawk-parent', version='2.0.0')
)
libraryDependencies += "com.optum.sourcehawk" % "sourcehawk-parent" % "2.0.0"
[com.optum.sourcehawk/sourcehawk-parent "2.0.0"]