is not current version
Last Version 0.8.0

com.replash:replash-spring-boot 0.7

REPLash is a lightweight and extensible command-line REPL for Java.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.replash
ArtifactId

ArtifactId

replash-spring-boot
Version

Version

0.7
Type

Type

jar

Download replash-spring-boot 0.7


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