MVN

net.jakubec : image-panel

Maven & Gradle

Apr 21, 2021
0 stars

ImagePanel · This library can be used to display images in Swing applications. It proides a panel which can b used as a Component. Furthermore it also alowes you to display an image in Fullscreen mode.

<dependency>
    <groupId>net.jakubec</groupId>
    <artifactId>image-panel</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jakubec : image-panel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of net.jakubec : image-panel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
image-panel-0.2.1
0.2
image-panel-0.2
0.1
image-panel-0.1

How to add a dependency to Maven

Add the following net.jakubec : image-panel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jakubec</groupId>
    <artifactId>image-panel</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jakubec : image-panel gradle dependency to your build.gradle file:

implementation 'net.jakubec:image-panel:0.2.1'

Gradle Kotlin DSL: Add the following net.jakubec : image-panel gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jakubec:image-panel:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jakubec : image-panel sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jakubec" % "image-panel" % "0.2.1"

Advertisement