| Группа | Группаhu.webarticum |
|---|---|
| Идентификатор | Идентификаторcommand-history-manager |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| command-history-manager-1.0.pom | |
| command-history-manager-1.0.jar | 22 KB |
| command-history-manager-1.0-sources.jar | 11 KB |
| command-history-manager-1.0-javadoc.jar | 63 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/ -->
<dependency>
<groupId>hu.webarticum</groupId>
<artifactId>command-history-manager</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation 'hu.webarticum:command-history-manager:1.0'
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation ("hu.webarticum:command-history-manager:1.0")
'hu.webarticum:command-history-manager:jar:1.0'
<dependency org="hu.webarticum" name="command-history-manager" rev="1.0">
<artifact name="command-history-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.webarticum', module='command-history-manager', version='1.0')
)
libraryDependencies += "hu.webarticum" % "command-history-manager" % "1.0"
[hu.webarticum/command-history-manager "1.0"]