Registry / utility / tools-nrepl

tools-nrepl

JSON →
library0.2.13javamavenunverified

Clojure library providing a network REPL for interactive development.

<dependency> <groupId>org.clojure</groupId> <artifactId>tools.nrepl</artifactId> <version>0.2.13</version> </dependency>
INSTALL
IMPORT
SIG · TOOLS-NREPL
T
tools-nrepl
utilityjavav0.2.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

server
clojure.tools.nrepl.server

Starts a Clojure nREPL server on port 7888.

import clojure.tools.nrepl.server; public class Example { public static void main(String[] args) { clojure.tools.nrepl.server.startServer(7888); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tools-nrepl — mvn dependency:get tools-nrepl · libregistry