| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаeu.fthevenet |
| Идентификатор | Идентификаторbinjr-core |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| binjr-core-2.1.0.pom | |
| binjr-core-2.1.0.jar | 652 KB |
| binjr-core-2.1.0-sources.jar | 505 KB |
| binjr-core-2.1.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.fthevenet/binjr-core/ -->
<dependency>
<groupId>eu.fthevenet</groupId>
<artifactId>binjr-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fthevenet/binjr-core/
implementation 'eu.fthevenet:binjr-core:2.1.0'
// https://jarcasting.com/artifacts/eu.fthevenet/binjr-core/
implementation ("eu.fthevenet:binjr-core:2.1.0")
'eu.fthevenet:binjr-core:jar:2.1.0'
<dependency org="eu.fthevenet" name="binjr-core" rev="2.1.0">
<artifact name="binjr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fthevenet', module='binjr-core', version='2.1.0')
)
libraryDependencies += "eu.fthevenet" % "binjr-core" % "2.1.0"
[eu.fthevenet/binjr-core "2.1.0"]