| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mintshell |
| Идентификатор | Идентификаторmintshell |
| Версия | Версия0.3.0 |
| Тип | Типpom |
| Описание |
ОписаниеMintshell
Multi-Interface Shell for Java applications
|
| Организация-разработчик |
Организация-разработчикMintshell |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mintshell-0.3.0.pom | 13 KB |
| Обзор |
<!-- 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"]