Categories |
CategoriesMINA Net Networking |
---|---|
GroupId | GroupIdorg.mintshell |
ArtifactId | ArtifactIdmintshell-terminal |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
mintshell-terminal-0.2.0.pom | |
mintshell-terminal-0.2.0.jar | 21 KB |
mintshell-terminal-0.2.0-sources.jar | 17 KB |
mintshell-terminal-0.2.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal/ -->
<dependency>
<groupId>org.mintshell</groupId>
<artifactId>mintshell-terminal</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal/
implementation 'org.mintshell:mintshell-terminal:0.2.0'
// https://jarcasting.com/artifacts/org.mintshell/mintshell-terminal/
implementation ("org.mintshell:mintshell-terminal:0.2.0")
'org.mintshell:mintshell-terminal:jar:0.2.0'
<dependency org="org.mintshell" name="mintshell-terminal" rev="0.2.0">
<artifact name="mintshell-terminal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mintshell', module='mintshell-terminal', version='0.2.0')
)
libraryDependencies += "org.mintshell" % "mintshell-terminal" % "0.2.0"
[org.mintshell/mintshell-terminal "0.2.0"]