is not current version
Last Version 0.29.2

org.dyvil:repl 0.28.1

The Dyvil REPL interactive shell

GroupId

GroupId

org.dyvil
ArtifactId

ArtifactId

repl
Version

Version

0.28.1
Type

Type

jar

Download repl 0.28.1


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