I want to download jar for following modules.
import jenkins.model.Jenkins
I am trying to download jenkins-core but I am facing issues. It says jar not found.
@Grapes([
@Grab(group='org.jenkins-ci.main', module='jenkins-core', version='2.9')
])
Could anybody please help me out in getting the right jar
Thanks,