| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.jeanls |
| Идентификатор | Идентификаторcommander |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.github.jeanls:commander
Command pattern applied for building code in blocks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commander-1.0.1.pom | |
| commander-1.0.1.jar | 18 KB |
| commander-1.0.1-sources.jar | 9 KB |
| commander-1.0.1-javadoc.jar | 504 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.jeanls/commander/ -->
<dependency>
<groupId>io.github.jeanls</groupId>
<artifactId>commander</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeanls/commander/
implementation 'io.github.jeanls:commander:1.0.1'
// https://jarcasting.com/artifacts/io.github.jeanls/commander/
implementation ("io.github.jeanls:commander:1.0.1")
'io.github.jeanls:commander:jar:1.0.1'
<dependency org="io.github.jeanls" name="commander" rev="1.0.1">
<artifact name="commander" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeanls', module='commander', version='1.0.1')
)
libraryDependencies += "io.github.jeanls" % "commander" % "1.0.1"
[io.github.jeanls/commander "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.6.1 |