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

JavaVertXServer.pom.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version

	4.0.0
	
	{{groupId}}
	{{artifactId}}
	{{artifactVersion}}
	jar
  
  	{{appName}}
  	
	
		UTF-8
		1.8
		4.12
		3.4.1
		3.3
		{{vertxSwaggerRouterVersion}}
		2.3
		2.10.1
	

	
		
			junit
			junit
			${junit.version}
			test
		

        
            io.vertx
            vertx-unit
            ${vertx.version}
            test
        

		
            com.github.phiz71
            vertx-swagger-router
            ${vertx-swagger-router.version}
        

        
          com.fasterxml.jackson.datatype
          jackson-datatype-jsr310
          ${jackson-datatype-jsr310.version}
        

	

	
		
			
				maven-compiler-plugin
				${maven-compiler-plugin.version}
				
					${java.version}
					${java.version}
				
			
			
			
				org.apache.maven.plugins
				maven-shade-plugin
				${maven-shade-plugin.version}
				
					
						package
						
							shade
						
						
							
								
									
										io.vertx.core.Starter
										{{rootPackage}}.MainApiVerticle
									
								
							
							
							${project.build.directory}/${project.artifactId}-${project.version}-fat.jar
						
					
				
			
		
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy