Last Version

Scenic-View 11.0.2

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.raumzeitfalle.fx
ArtifactId

ArtifactId

scenic-view
Version

Version

11.0.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Oliver-Loeffler/scenic-view.git
Source Code Management

Source Code Management

https://github.com/Oliver-Loeffler/scenic-view.git

Download scenic-view 11.0.2


<!-- 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"]

Dependencies

runtime (7)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.