Skip to content

Instantly share code, notes, and snippets.

@dacr
Created June 21, 2024 21:09
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/6d5d2e0899659dd8567a1589e0cf74fd54da329a
#!/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.20.0 \
--dep org.neo4j.driver:neo4j-java-driver:5.21.0 \
--dep org.wvlet.airframe::airframe-ulid:24.6.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