MVN

org.dyvil : repl

Maven & Gradle

Feb 21, 2021
1 usages
60 stars

repl · The Dyvil REPL interactive shell

<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>repl</artifactId>
    <version>0.29.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dyvil : repl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.29.2

All Versions

Choose a version of org.dyvil : repl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.29.x
repl-0.29.2
repl-0.29.1
repl-0.29.0
0.28.x
repl-0.28.2
repl-0.28.1
repl-0.28.0
0.27.x
repl-0.27.1
repl-0.27.0

How to add a dependency to Maven

Add the following org.dyvil : repl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>repl</artifactId>
    <version>0.29.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dyvil : repl gradle dependency to your build.gradle file:

implementation 'org.dyvil:repl:0.29.2'

Gradle Kotlin DSL: Add the following org.dyvil : repl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dyvil:repl:0.29.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dyvil : repl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dyvil" % "repl" % "0.29.2"

Advertisement