| License |
License |
|---|---|
| GroupId | GroupIdcom.intuit.innersource |
| ArtifactId | ArtifactIdaggregator |
| Last Version | Last Version0.0.10 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionInnerSource Aggregator
Parent POM aggregating all InnerSource modules and setting common properties.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aggregator-0.0.10.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.intuit.innersource/aggregator/ -->
<dependency>
<groupId>com.intuit.innersource</groupId>
<artifactId>aggregator</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.innersource/aggregator/
implementation 'com.intuit.innersource:aggregator:0.0.10'
// https://jarcasting.com/artifacts/com.intuit.innersource/aggregator/
implementation ("com.intuit.innersource:aggregator:0.0.10")
'com.intuit.innersource:aggregator:pom:0.0.10'
<dependency org="com.intuit.innersource" name="aggregator" rev="0.0.10">
<artifact name="aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intuit.innersource', module='aggregator', version='0.0.10')
)
libraryDependencies += "com.intuit.innersource" % "aggregator" % "0.0.10"
[com.intuit.innersource/aggregator "0.0.10"]