Files
java-examples/mockito/build.gradle.kts
2021-08-05 11:46:27 +09:00

16 lines
290 B
Kotlin

/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation("org.mockito:mockito-core:3.11.2")
}