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: 7.7.0
Show newest version

    4.0.0

    {{groupId}}
    {{artifactId}}
    {{artifactVersion}}
    jar

    {{appName}}

    
        UTF-8
        1.8
        4.13.2
        4.2.4
        3.8.1
        {{vertxSwaggerRouterVersion}}
        2.3
        2.7.4
    

    
        
            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