Last Version

Mintshell 0.3.0

Multi-Interface Shell for Java applications

License

License

GroupId

GroupId

org.mintshell
ArtifactId

ArtifactId

mintshell
Version

Version

0.3.0
Type

Type

pom
Description

Description

Mintshell
Multi-Interface Shell for Java applications
Project Organization

Project Organization

Mintshell
Source Code Management

Source Code Management

https://github.com/mintshell/mintshell

Download mintshell 0.3.0

Filename Size
mintshell-0.3.0.pom 13 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mintshell-api
  • mintshell-core
  • mintshell-mcl
  • mintshell-terminal
  • mintshell-terminal-ncurses
  • mintshell-terminal-ssh
  • mintshell-examples