All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven.model_pom_xml.ftl Maven / Gradle / Ivy

Go to download

Tool that generates code for RPC between the Kurento Media Server and remote libraries.

There is a newer version: 7.1.0
Show newest version
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}

	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}
		


	


	
		
			
				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