is not current version
Last Version 1.2

com.github.austinc:jnrepl 1.1

Embed a Clojure nREPL in Java

Categories

Categories

JNR Development Tools Native
GroupId

GroupId

com.github.austinc
ArtifactId

ArtifactId

jnrepl
Version

Version

1.1
Type

Type

jar

Download jnrepl 1.1


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