|
|
@ -23,6 +23,7 @@ repositories {
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation 'com.google.guava:guava:32.1.2-jre'
|
|
|
|
implementation 'com.google.guava:guava:32.1.2-jre'
|
|
|
|
|
|
|
|
implementation 'org.apache.commons:commons-lang3:3.13.0'
|
|
|
|
// mandatory dependencies for using Spock
|
|
|
|
// mandatory dependencies for using Spock
|
|
|
|
implementation platform('org.apache.groovy:groovy-bom:4.0.15')
|
|
|
|
implementation platform('org.apache.groovy:groovy-bom:4.0.15')
|
|
|
|
implementation 'org.apache.groovy:groovy'
|
|
|
|
implementation 'org.apache.groovy:groovy'
|
|
|
|