767778798081828384
@PostConstruct public void init() { update(); ArtifactRepository repository = ArtifactRepository.create(); repository.addResolver(this); }
777879808182838485
126127128129130131132133134135136
if (_path != null) { path = _path; } else { ArtifactRepository repository = ArtifactRepository.getCurrent(); if (repository == null) throw new IllegalStateException(L.l("Cannot find dependency because no repositories are configured.")); ArtifactDependency dependency
123124125126127128129130131132133