is not current version
Last Version 0.3.0

org.mintshell:mintshell 0.1.0

Multi-Interface Shell for Java applications

GroupId

GroupId

org.mintshell
ArtifactId

ArtifactId

mintshell
Version

Version

0.1.0
Type

Type

pom

Download mintshell 0.1.0

Filename Size
mintshell-0.1.0.pom 13 KB
Browse

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