| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаio.github.bastide |
| Идентификатор | Идентификаторbandeau |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbandeau
Dependency for a Computer Science assignment in Engineering School
|
| Имя Файла | Размер |
|---|---|
| bandeau-1.3.pom | |
| bandeau-1.3.jar | 6 KB |
| bandeau-1.3-sources.jar | 4 KB |
| bandeau-1.3-javadoc.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.bastide/bandeau/ -->
<dependency>
<groupId>io.github.bastide</groupId>
<artifactId>bandeau</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation 'io.github.bastide:bandeau:1.3'
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation ("io.github.bastide:bandeau:1.3")
'io.github.bastide:bandeau:jar:1.3'
<dependency org="io.github.bastide" name="bandeau" rev="1.3">
<artifact name="bandeau" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bastide', module='bandeau', version='1.3')
)
libraryDependencies += "io.github.bastide" % "bandeau" % "1.3"
[io.github.bastide/bandeau "1.3"]