License |
License |
---|---|
GroupId | GroupIdcom.ovh |
ArtifactId | ArtifactIdovh-parent |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionOVH OSS Parent
The OVH OSS Parent Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ovh-parent-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovh/ovh-parent/ -->
<dependency>
<groupId>com.ovh</groupId>
<artifactId>ovh-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ovh/ovh-parent/
implementation 'com.ovh:ovh-parent:1.0'
// https://jarcasting.com/artifacts/com.ovh/ovh-parent/
implementation ("com.ovh:ovh-parent:1.0")
'com.ovh:ovh-parent:pom:1.0'
<dependency org="com.ovh" name="ovh-parent" rev="1.0">
<artifact name="ovh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ovh', module='ovh-parent', version='1.0')
)
libraryDependencies += "com.ovh" % "ovh-parent" % "1.0"
[com.ovh/ovh-parent "1.0"]