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

kotlin-vertx-server.pom.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version

    4.0.0

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

      {{appName}}

    
        UTF-8
        1.8
        1.6.10
        true
        {{#useJakartaEe}}
        2.1.1
        {{/useJakartaEe}}
        {{^useJakartaEe}}
        1.3.5
        {{/useJakartaEe}}
        4.13.2
        3.9.12
        3.10.0
        1.0.2
        3.2.4
        2.15.2
    

    
        
            junit
            junit
            ${junit.version}
            test
        

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

        
            com.github.wooyme
            vertx-openapi-router
            ${vertx-openapi-router.version}
        

        
            com.google.code.gson
            gson
            2.10.1
        

        
            jakarta.annotation
            jakarta.annotation-api
            ${jakarta-annotation-version}
        
        
            org.jetbrains.kotlin
            kotlin-stdlib
            ${kotlin.version}
        
        
            org.jetbrains.kotlinx
            kotlinx-coroutines-core
            RELEASE
        

        
            io.vertx
            vertx-core
            ${vertx.version}
        
        
            io.vertx
            vertx-web
            ${vertx.version}
        

        
            io.vertx
            vertx-lang-kotlin
            ${vertx.version}
        

        
            io.vertx
            vertx-lang-kotlin-coroutines
            ${vertx.version}
        

        
            io.swagger.parser.v3
            swagger-parser
            2.0.5
        

        
            io.vertx
            vertx-web-api-contract
            ${vertx.version}
        

        
            io.vertx
            vertx-service-proxy
            ${vertx.version}
        

        
            io.vertx
            vertx-web-api-service
            ${vertx.version}
        

    

    
        
            
                kotlin-maven-plugin
                org.jetbrains.kotlin
                ${kotlin.version}
                
                    
                        compile
                        
                            compile
                        
                        
                            
                                ${project.basedir}/src/main/kotlin
                                ${project.basedir}/src/main/java
                            
                            1.8
                        
                    
                    
                        test-compile
                        
                            test-compile
                        
                        
                            
                                ${project.basedir}/src/test/kotlin
                                ${project.basedir}/src/test/java
                            
                            1.8
                        
                    
                
            

            
                maven-compiler-plugin
                ${maven-compiler-plugin.version}
                
                    ${java.version}
                    ${java.version}
                
            

            
                org.apache.maven.plugins
                maven-shade-plugin
                ${maven-shade-plugin.version}
                
                    
                        package
                        
                            shade
                        
                        
                            
                                
                                    
                                        {{apiPackage}}.DefaultApiVerticleKt
                                    
                                
                            
                            
                            ${project.build.directory}/${project.artifactId}-${project.version}-fat.jar
                        
                    
                
            
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy