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