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

kotlin-spring.libraries.spring-boot.pom.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version

    4.0.0
    {{groupId}}
    {{artifactId}}
    jar
    {{artifactId}}
    {{artifactVersion}}
    
        1.3.30
	    1.2.0
        1.3.2
    
    
        org.springframework.boot
        spring-boot-starter-parent
        2.2.0.M3
    
    
        ${project.basedir}/src/main/kotlin
        ${project.basedir}/src/test/kotlin
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            repackage
                        
                    
                
            
            
                kotlin-maven-plugin
                org.jetbrains.kotlin
                ${kotlin.version}
                
                    
                        spring
                    
                    1.8
                
                
                    
                        compile
                        compile
                        
                            compile
                        
                    
                    
                        test-compile
                        test-compile
                        
                            test-compile
                        
                    
                
                
                    
                        org.jetbrains.kotlin
                        kotlin-maven-allopen
                        ${kotlin.version}
                    
                
            
        
    
    
        
            org.jetbrains.kotlin
            kotlin-stdlib-jdk8
            ${kotlin.version}
        
        
            org.jetbrains.kotlin
            kotlin-reflect
            ${kotlin.version}
        
        
            org.springframework.boot
{{^reactive}}
            spring-boot-starter-web
{{/reactive}}
{{#reactive}}
	        spring-boot-starter-webflux
{{/reactive}}
        
{{#reactive}}
	    
		    org.jetbrains.kotlinx
		    kotlinx-coroutines-core
		    ${kotlinx-coroutines.version}
	    
	    
		    org.jetbrains.kotlinx
		    kotlinx-coroutines-reactor
		    ${kotlinx-coroutines.version}
	    
{{/reactive}}

        {{#swaggerAnnotations}}
        
            io.swagger
            swagger-annotations
            1.5.21
        
        {{/swaggerAnnotations}}
        
        
            com.google.code.findbugs
            jsr305
            3.0.2
        
        
            com.fasterxml.jackson.dataformat
            jackson-dataformat-yaml
        
        
            com.fasterxml.jackson.dataformat
            jackson-dataformat-xml
        
        
            com.fasterxml.jackson.datatype
            jackson-datatype-jsr310
        
        
            com.fasterxml.jackson.module
            jackson-module-kotlin
        
        {{#useBeanValidation}}
        
        
            javax.validation
            validation-api
        
        {{/useBeanValidation}}
        
            javax.annotation
            javax.annotation-api
            ${javax-annotation-version}
            provided
        
        
            org.jetbrains.kotlin
            kotlin-test-junit5
            1.3.31
            test
        
    
	
		
			spring-snapshots
			Spring Snapshots
			https://repo.spring.io/snapshot
			
				true
			
		
		
			spring-milestones
			Spring Milestones
			https://repo.spring.io/milestone
		
	
	
		
			spring-snapshots
			Spring Snapshots
			https://repo.spring.io/snapshot
			
				true
			
		
		
			spring-milestones
			Spring Milestones
			https://repo.spring.io/milestone
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy