latikag

Results 1 issues of latikag

My project requires searching within repositories that maybe virtual or remote, that does contain artifacts. I am using this logic: List searchItems = artifactory.searches() .repositories(repoName) .artifactsByName("*.*") .doSearch(); to list all...