License |
License |
---|---|
GroupId | GroupIdca.weblite |
ArtifactId | ArtifactIdPanelMatic |
Version | Version0.9.9 |
Type | Typejar |
Description |
DescriptionPanelMatic
A Swing helper library. Makes the creation of copmlex panel layouts easy.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
PanelMatic-0.9.9.pom | |
PanelMatic-0.9.9.jar | 37 KB |
PanelMatic-0.9.9-sources.jar | 26 KB |
PanelMatic-0.9.9-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.weblite/PanelMatic/ -->
<dependency>
<groupId>ca.weblite</groupId>
<artifactId>PanelMatic</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/ca.weblite/PanelMatic/
implementation 'ca.weblite:PanelMatic:0.9.9'
// https://jarcasting.com/artifacts/ca.weblite/PanelMatic/
implementation ("ca.weblite:PanelMatic:0.9.9")
'ca.weblite:PanelMatic:jar:0.9.9'
<dependency org="ca.weblite" name="PanelMatic" rev="0.9.9">
<artifact name="PanelMatic" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.weblite', module='PanelMatic', version='0.9.9')
)
libraryDependencies += "ca.weblite" % "PanelMatic" % "0.9.9"
[ca.weblite/PanelMatic "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-core | jar | 1.3 |