| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.refcodes |
| Идентификатор | Идентификаторrefcodes-command |
| Версия | Версия2.2.2 |
| Тип | Типjar |
| Описание |
Описаниеorg.refcodes:refcodes-command
Artifact for command (job) processing purposes according to the command pattern.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| refcodes-command-2.2.2.pom | |
| refcodes-command-2.2.2.jar | 13 KB |
| refcodes-command-2.2.2-tests.jar | 4 KB |
| refcodes-command-2.2.2-test-sources.jar | 7 KB |
| refcodes-command-2.2.2-sources.jar | 19 KB |
| refcodes-command-2.2.2-javadoc.jar | 510 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-command/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-command</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation 'org.refcodes:refcodes-command:2.2.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-command/
implementation ("org.refcodes:refcodes-command:2.2.2")
'org.refcodes:refcodes-command:jar:2.2.2'
<dependency org="org.refcodes" name="refcodes-command" rev="2.2.2">
<artifact name="refcodes-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-command', version='2.2.2')
)
libraryDependencies += "org.refcodes" % "refcodes-command" % "2.2.2"
[org.refcodes/refcodes-command "2.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.refcodes : refcodes-exception | jar | 2.2.2 |
| org.refcodes : refcodes-licensing | jar | 2.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |