License |
License |
---|---|
GroupId | GroupIdorg.kurento |
ArtifactId | ArtifactIdkurento-parent-pom |
Last Version | Last Version6.16.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKurento Parent POM
Parent POM for all Kurento Java projects.
Provides default properties, version numbers, and build configurations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kurento-parent-pom-6.16.5.pom | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-parent-pom/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-parent-pom</artifactId>
<version>6.16.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-parent-pom/
implementation 'org.kurento:kurento-parent-pom:6.16.5'
// https://jarcasting.com/artifacts/org.kurento/kurento-parent-pom/
implementation ("org.kurento:kurento-parent-pom:6.16.5")
'org.kurento:kurento-parent-pom:pom:6.16.5'
<dependency org="org.kurento" name="kurento-parent-pom" rev="6.16.5">
<artifact name="kurento-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-parent-pom', version='6.16.5')
)
libraryDependencies += "org.kurento" % "kurento-parent-pom" % "6.16.5"
[org.kurento/kurento-parent-pom "6.16.5"]