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