MVN

de.raysha.lib : jsimpleshell-parent

Maven & Gradle

Mar 29, 2015
6 stars

JSimpleShell · This project is a lightweight and simple-to-use library, with which one you can create your own shell as a command line interface.

<dependency>
    <groupId>de.raysha.lib</groupId>
    <artifactId>jsimpleshell-parent</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.raysha.lib : jsimpleshell-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.0

All Versions

Choose a version of de.raysha.lib : jsimpleshell-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0
jsimpleshell-parent-4.0
3.0.x
jsimpleshell-parent-3.0.2
jsimpleshell-parent-3.0.1
3.0
jsimpleshell-parent-3.0
2.2
jsimpleshell-parent-2.2
2.1
jsimpleshell-parent-2.1
2.0
jsimpleshell-parent-2.0
1.0
jsimpleshell-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.raysha.lib</groupId>
    <artifactId>jsimpleshell-parent</artifactId>
    <version>4.0</version>
</dependency>

Advertisement