| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.phoebus |
| Идентификатор | Идентификаторinstall-jars |
| Последняя версия | Последняя версия4.6.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA framework and set of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
|
| Имя Файла | Размер |
|---|---|
| install-jars-4.6.8.pom | |
| install-jars-4.6.8.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.phoebus/install-jars/ -->
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>install-jars</artifactId>
<version>4.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoebus/install-jars/
implementation 'org.phoebus:install-jars:4.6.8'
// https://jarcasting.com/artifacts/org.phoebus/install-jars/
implementation ("org.phoebus:install-jars:4.6.8")
'org.phoebus:install-jars:jar:4.6.8'
<dependency org="org.phoebus" name="install-jars" rev="4.6.8">
<artifact name="install-jars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoebus', module='install-jars', version='4.6.8')
)
libraryDependencies += "org.phoebus" % "install-jars" % "4.6.8"
[org.phoebus/install-jars "4.6.8"]