k

kurento-parent-pom

Parent POM for all Kurento Java projects. Provides default properties, version numbers, and build configurations.
https://www.kurento.org/docs/${project.version}
Apache 2.0
Kurento
Kurento Community
文件下载
文件名 操作
kurento-parent-pom-6.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-parent-pom</artifactId>
  <version>6.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-parent-pom:6.8.0'
Gradle Kotlin
implementation("org.kurento:kurento-parent-pom:6.8.0")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-parent-pom" % "6.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-parent-pom', version='6.8.0')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-parent-pom" rev="6.8.0" />
Leiningen
[org.kurento/kurento-parent-pom "6.8.0"]
Apache Buildr
'org.kurento:kurento-parent-pom:jar:6.8.0'