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

JavaVertXWebServer.supportFiles.pom.mustache Maven / Gradle / Ivy


    4.0.0
    
    {{groupId}}
    {{artifactId}}
    {{artifactVersion}}
    jar
  
      {{appName}}
      
    
        3.6.3
        1.7.26
        4.13
    

    
        
            org.slf4j
            slf4j-simple
            ${slf4j.version}
        
        
            io.vertx
            vertx-core
            ${vertx.version}
        
        
            io.vertx
            vertx-web
            ${vertx.version}
        
        
            io.vertx
            vertx-web-api-contract
            ${vertx.version}
        
        
            io.vertx
            vertx-rx-java2
            ${vertx.version}
        
        
            io.reactivex.rxjava2
            rxjava
            2.2.0
        

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

    
        
            
                maven-compiler-plugin
                3.3
                
                    1.8
                    1.8
                
            
            
                org.apache.maven.plugins
                maven-shade-plugin
                2.3
                
                    
                        package
                        
                            shade
                        
                        
                            
                                
                                    
                                        io.vertx.core.Starter
                                        {{invokerPackage}}.MainVerticle
                                    
                                
                            
                            
                            ${project.build.directory}/${project.artifactId}-${project.version}-fat.jar
                        
                    
                
            
        
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy