Files
java-examples/mockito/build.gradle.kts
2023-02-28 02:13:03 +09:00

16 lines
289 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:4.5.1")
}