16 lines
290 B
Kotlin
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")
|
|
}
|