Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active September 22, 2024 09:53
Show Gist options
  • Save dacr/859c30983f936d81cb8183aa6fb9ab5d to your computer and use it in GitHub Desktop.
Save dacr/859c30983f936d81cb8183aa6fb9ab5d to your computer and use it in GitHub Desktop.
NEO4j scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #db85056b-e1d7-43b6-8d52-c0ede5a681f3/bab7ff2957c365434a1ef046aaf8ca419ed90e32
#!/usr/bin/env bash
## summary : NEO4j scala-cli REPL startup script
## keywords : bash, neo4j, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : db85056b-e1d7-43b6-8d52-c0ede5a681f3
## created-on : 2024-06-21T15:04:13+02:00
## managed-by : https://github.com/dacr/code-examples-manager
scala-cli repl \
--dep org.neo4j.test:neo4j-harness:5.22.0 \
--dep org.neo4j.driver:neo4j-java-driver:5.22.0 \
--dep org.neo4j:neosemantics:5.20.0 \
--dep org.wvlet.airframe::airframe-ulid:24.7.1 \
--dep com.lihaoyi::requests:0.8.3 \
--dep com.lihaoyi::os-lib:0.10.2 \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment