All Questions
1 question
0
votes
1
answer
676
views
Maven: copy an artifact with its all dependencies from local repository to another directory
I have this artifact https://mvnrepository.com/artifact/com.android.tools.build/gradle/3.4.0-alpha07 and its all dependencies in my local repository (.m2/repository).
Now how to copy this artifact ...