| Группа | Группаtoplink.essentials |
|---|---|
| Идентификатор | Идентификаторtoplink-essentials |
| Версия | Версия2.0.1-09b |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| toplink-essentials-2.0.1-09b.pom | |
| toplink-essentials-2.0.1-09b.jar | 2 MB |
| toplink-essentials-2.0.1-09b-sources.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials/ -->
<dependency>
<groupId>toplink.essentials</groupId>
<artifactId>toplink-essentials</artifactId>
<version>2.0.1-09b</version>
</dependency>
// https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials/
implementation 'toplink.essentials:toplink-essentials:2.0.1-09b'
// https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials/
implementation ("toplink.essentials:toplink-essentials:2.0.1-09b")
'toplink.essentials:toplink-essentials:jar:2.0.1-09b'
<dependency org="toplink.essentials" name="toplink-essentials" rev="2.0.1-09b">
<artifact name="toplink-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='toplink.essentials', module='toplink-essentials', version='2.0.1-09b')
)
libraryDependencies += "toplink.essentials" % "toplink-essentials" % "2.0.1-09b"
[toplink.essentials/toplink-essentials "2.0.1-09b"]