Answers for "error: module not found: requires"

0

error: module not found: requires

plugins {
    id 'java'
    id "org.javamodularity.moduleplugin" version "1.1.1"
}

repositories {
    mavenCentral()
}

dependencies {
    implementation 'commons-validator:commons-validator:1.7'
}
Posted by: Guest on April-07-2022

Code answers related to "error: module not found: requires"

Browse Popular Code Answers by Language