is not current version
Last Version 1.2

com.github.austinc:jnrepl 1.0

Embed a Clojure nREPL in Java

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.austinc
ArtifactId

ArtifactId

jnrepl
Version

Version

1.0
Type

Type

jar

Download jnrepl 1.0


<!-- https://jarcasting.com/artifacts/com.github.austinc/jnrepl/ -->
<dependency>
    <groupId>com.github.austinc</groupId>
    <artifactId>jnrepl</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.austinc/jnrepl/
implementation 'com.github.austinc:jnrepl:1.0'
// https://jarcasting.com/artifacts/com.github.austinc/jnrepl/
implementation ("com.github.austinc:jnrepl:1.0")
'com.github.austinc:jnrepl:jar:1.0'
<dependency org="com.github.austinc" name="jnrepl" rev="1.0">
  <artifact name="jnrepl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.austinc', module='jnrepl', version='1.0')
)
libraryDependencies += "com.github.austinc" % "jnrepl" % "1.0"
[com.github.austinc/jnrepl "1.0"]