License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jakubec |
ArtifactId | ArtifactIdimage-panel |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionImagePanel
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
image-panel-0.2.1.pom | |
image-panel-0.2.1.jar | 140 KB |
image-panel-0.2.1-sources.jar | 115 KB |
image-panel-0.2.1-javadoc.jar | 589 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jakubec/image-panel/ -->
<dependency>
<groupId>net.jakubec</groupId>
<artifactId>image-panel</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation 'net.jakubec:image-panel:0.2.1'
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation ("net.jakubec:image-panel:0.2.1")
'net.jakubec:image-panel:jar:0.2.1'
<dependency org="net.jakubec" name="image-panel" rev="0.2.1">
<artifact name="image-panel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubec', module='image-panel', version='0.2.1')
)
libraryDependencies += "net.jakubec" % "image-panel" % "0.2.1"
[net.jakubec/image-panel "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |