maven.model_pom_xml.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-module-creator Show documentation
Show all versions of kurento-module-creator Show documentation
Tool that generates code for RPC between the Kurento Media Server
and remote libraries.
pom.xml
4.0.0
<#if module.code.kmd?? >
${module.code.kmd.java.mavenGroupId}
${module.code.kmd.java.mavenArtifactId}
${module.code.kmd.java.mavenVersion}
<#else>
${module.code.api.java.mavenGroupId}
${module.code.api.java.mavenArtifactId}
${module.code.api.java.mavenVersion}
#if>
jar
${module.name}
https://maven.apache.org
UTF-8
1.7
1.7
<#if module.imports[0]??>
<#list module.imports as import>
<#if module.code.kmd?? >
${import.module.code.kmd.java.mavenGroupId}
${import.module.code.kmd.java.mavenArtifactId}
${import.mavenVersion}
<#elseif import.name != "elements" && import.name != "filters">
${import.module.code.api.java.mavenGroupId}
${import.module.code.api.java.mavenArtifactId}
${import.mavenVersion}
#if>
#list>
#if>
org.kurento
kurento-maven-plugin
6.15.0
generate-kurento-client
org.kuali.maven.wagons
maven-s3-wagon
1.2.1
© 2015 - 2024 Weber Informatics LLC | Privacy Policy