/* * 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") }