k

kjson-spring3-test

Classes to assist with testing kjson Spring Boot 3 applications.
https://github.com/pwall567/kjson-spring3-test
The MIT License (MIT)
Peter Wall
Files download
File Operation
kjson-spring3-test-6.0.jar download
kjson-spring3-test-6.0.pom download
kjson-spring3-test-6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.kjson</groupId>
  <artifactId>kjson-spring3-test</artifactId>
  <version>6.0</version>
</dependency>
Gradle Groovy
implementation 'io.kjson:kjson-spring3-test:6.0'
Gradle Kotlin
implementation("io.kjson:kjson-spring3-test:6.0")
Scala SBT
libraryDependencies += "io.kjson" % "kjson-spring3-test" % "6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.kjson', module='kjson-spring3-test', version='6.0')
)
Apache Ivy
<dependency org="io.kjson" name="kjson-spring3-test" rev="6.0" />
Leiningen
[io.kjson/kjson-spring3-test "6.0"]
Apache Buildr
'io.kjson:kjson-spring3-test:jar:6.0'