| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.raumzeitfalle.fx |
| Идентификатор | Идентификаторscenic-view |
| Версия | Версия11.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеScenic-View
Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| scenic-view-11.0.2.pom | |
| scenic-view-11.0.2.jar | 513 KB |
| scenic-view-11.0.2-sources.jar | 353 KB |
| scenic-view-11.0.2-javadoc.jar | 856 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.raumzeitfalle.fx/scenic-view/ -->
<dependency>
<groupId>net.raumzeitfalle.fx</groupId>
<artifactId>scenic-view</artifactId>
<version>11.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.raumzeitfalle.fx/scenic-view/
implementation 'net.raumzeitfalle.fx:scenic-view:11.0.2'
// https://jarcasting.com/artifacts/net.raumzeitfalle.fx/scenic-view/
implementation ("net.raumzeitfalle.fx:scenic-view:11.0.2")
'net.raumzeitfalle.fx:scenic-view:jar:11.0.2'
<dependency org="net.raumzeitfalle.fx" name="scenic-view" rev="11.0.2">
<artifact name="scenic-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.raumzeitfalle.fx', module='scenic-view', version='11.0.2')
)
libraryDependencies += "net.raumzeitfalle.fx" % "scenic-view" % "11.0.2"
[net.raumzeitfalle.fx/scenic-view "11.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjfx : javafx-controls | jar | 11.0.2 |
| org.openjfx : javafx-media | jar | 11.0.2 |
| org.openjfx : javafx-graphics | jar | 11.0.2 |
| org.openjfx : javafx-fxml | jar | 11.0.2 |
| org.openjfx : javafx-swing | jar | 11.0.2 |
| org.openjfx : javafx-base | jar | 11.0.2 |
| org.openjfx : javafx-web | jar | 11.0.2 |