Files download
File Operation
scenicview-17.0.2.jar download
scenicview-17.0.2.pom download
scenicview-17.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.palexdev</groupId>
  <artifactId>scenicview</artifactId>
  <version>17.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.palexdev:scenicview:17.0.2'
Gradle Kotlin
implementation("io.github.palexdev:scenicview:17.0.2")
Scala SBT
libraryDependencies += "io.github.palexdev" % "scenicview" % "17.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.palexdev', module='scenicview', version='17.0.2')
)
Apache Ivy
<dependency org="io.github.palexdev" name="scenicview" rev="17.0.2" />
Leiningen
[io.github.palexdev/scenicview "17.0.2"]
Apache Buildr
'io.github.palexdev:scenicview:jar:17.0.2'