| License |
License |
|---|---|
| GroupId | GroupIdcom.homeaway |
| ArtifactId | ArtifactIdoss-parent |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHomeAway OSS Parent
HomeAway's OSS parent pom.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| oss-parent-1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.homeaway/oss-parent/ -->
<dependency>
<groupId>com.homeaway</groupId>
<artifactId>oss-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.homeaway/oss-parent/
implementation 'com.homeaway:oss-parent:1'
// https://jarcasting.com/artifacts/com.homeaway/oss-parent/
implementation ("com.homeaway:oss-parent:1")
'com.homeaway:oss-parent:pom:1'
<dependency org="com.homeaway" name="oss-parent" rev="1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.homeaway', module='oss-parent', version='1')
)
libraryDependencies += "com.homeaway" % "oss-parent" % "1"
[com.homeaway/oss-parent "1"]