MVN

church.i18n : response.spring

Maven & Gradle

Feb 09, 2023
1 usages

response.spring · The library extends `BaseResponseMapper` from the church.i18n.response project and adds support for spring-web applications.

<dependency>
    <groupId>church.i18n</groupId>
    <artifactId>response.spring</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of church.i18n : response.spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of church.i18n : response.spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
response.spring-0.1.1
response.spring-0.1.0

How to add a dependency to Maven

Add the following church.i18n : response.spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>church.i18n</groupId>
    <artifactId>response.spring</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following church.i18n : response.spring gradle dependency to your build.gradle file:

implementation 'church.i18n:response.spring:0.1.1'

Gradle Kotlin DSL: Add the following church.i18n : response.spring gradle kotlin dependency to your build.gradle.kts file:

implementation("church.i18n:response.spring:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following church.i18n : response.spring sbt scala dependency to your build.sbt file:

libraryDependencies += "church.i18n" % "response.spring" % "0.1.1"

Advertisement