s

spring-web-json-param

Allow users to freely use json parameters in spring-web projects.
https://github.com/ileler/spring-web-json-param
Apache License, Version 2.0
kerwin612
Files download
File Operation
spring-web-json-param-1.0.jar download
spring-web-json-param-1.0.pom download
spring-web-json-param-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ileler</groupId>
  <artifactId>spring-web-json-param</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ileler:spring-web-json-param:1.0'
Gradle Kotlin
implementation("io.github.ileler:spring-web-json-param:1.0")
Scala SBT
libraryDependencies += "io.github.ileler" % "spring-web-json-param" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ileler', module='spring-web-json-param', version='1.0')
)
Apache Ivy
<dependency org="io.github.ileler" name="spring-web-json-param" rev="1.0" />
Leiningen
[io.github.ileler/spring-web-json-param "1.0"]
Apache Buildr
'io.github.ileler:spring-web-json-param:jar:1.0'