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