How to download missing resources dependency(file deleted)?

So, randomly deleted cached file spray client on my computer. When I doing command gradle --info jar i got following error:

Resource missing. [HTTP GET: https://repo1.maven.org/maven2/io/spray/spray-client/1.3.3/spray-client-1.3.3.pom]
Resource missing. [HTTP HEAD: https://repo1.maven.org/maven2/io/spray/spray-client/1.3.3/spray-client-1.3.3.jar]
Resource missing. [HTTP GET: http://oss.sonatype.org/content/repositories/snapshots/io/spray/spray-client/1.3.3/spray-client-1.3.3.pom]
Resource missing. [HTTP HEAD: http://oss.sonatype.org/content/repositories/snapshots/io/spray/spray-client/1.3.3/spray-client-1.3.3.jar]


> Could not resolve all dependencies for configuration ':runtime'.
   > Could not resolve io.spray:spray-client:1.3.3.
     Required by:
         :Fussball:1.0
      > Could not resolve io.spray:spray-client:1.3.3.
         > Could not get resource 'http://repo.typesafe.com/typesafe/releases/io/spray/spray-client/1.3.3/spray-client-1.3.3.pom'.
            > Could not GET 'http://repo.typesafe.com/typesafe/releases/io/spray/spray-client/1.3.3/spray-client-1.3.3.pom'.
               > repo.typesafe.com: unknown error

Anybody know to download and fix this problem?

This might help you: