Lamberto Basti
02/27/2019, 3:00 PMDico
02/27/2019, 3:35 PMlocal
?gradlew mavenInstall
if you add the maven plugin, and then you can add the repository mavenLocal()
to your project.implementation("group:artifact-jvm:version")
in your dependencies as normal