Skip to content

Instantly share code, notes, and snippets.

@afsalthaj
Created September 22, 2020 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afsalthaj/22a602dc3f583ca04641e4881b5f306c to your computer and use it in GitHub Desktop.
Save afsalthaj/22a602dc3f583ca04641e4881b5f306c to your computer and use it in GitHub Desktop.
@ val path = java.nio.file.FileSystems.getDefault().getPath("/Users/afsalthaj/telstra/cij-orchestration/target/cij-orchestration-1.0.0-GA.jar")
path: java.nio.file.Path = /Users/afsalthaj/telstra/cij-orchestration/target/cij-orchestration-1.0.0-GA.jar
@ val x = ammonite.ops.Path(path)
x: os.Path = root/'Users/'afsalthaj/'telstra/"cij-orchestration"/'target/"cij-orchestration-1.0.0-GA.jar"
@ interp.load.cp(x)
@ import com.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment