de.smartsquare.squit
Owner: Smartquare GmbH
Gradle plugin for testing Xml/Soap based apis.
https://github.com/SmartsquareGmbH/squit
Sources: https://github.com/SmartsquareGmbH/squit
Version 5.2.0 (latest)
5.2.0
Created 25 June 2024.
Gradle plugin for simple testing of JSON/XML/SOAP/etc APIs.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.smartsquare.squit") version "5.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.smartsquare:squit:5.2.0") } } apply(plugin = "de.smartsquare.squit")
- Applying plugins to all subprojects .