Download replash-core-0.8.0.jar file - Jar r

Jar examples for r:replash-core

Description

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

You can download jar file replash-core 0.8.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add replash-core-0.8.0.jar to your project.

<dependency>
   <groupId>com.replash</groupId>
   <artifactId>replash-core</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'com.replash', name: 'replash-core', version: '0.8.0'
libraryDependencies += "com.replash" % "replash-core" % "0.8.0"
<dependency org="com.replash" name="replash-core" rev="0.8.0"/>
@Grapes(@Grab(group='com.replash', module='replash-core', version='0.8.0'))
'com.replash:replash-core:jar:0.8.0'

Download

Click the following link to download the jar file.

replash-core-0.8.0-javadoc.jar
replash-core-0.8.0-sources.jar
replash-core-0.8.0.jar
replash-core-0.8.0.pom



Related Tutorials