| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdse.wfh.libs.common |
| ArtifactId | ArtifactIdgui |
| Last Version | Last Version0.17 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongui
Some helper classes i needed for several projects (GUI / Swing parts)
|
| Filename | Size |
|---|---|
| gui-0.17.pom | |
| gui-0.17.jar | 94 KB |
| gui-0.17-sources.jar | 42 KB |
| gui-0.17-javadoc.jar | 425 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.wfh.libs.common/gui/ -->
<dependency>
<groupId>se.wfh.libs.common</groupId>
<artifactId>gui</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/se.wfh.libs.common/gui/
implementation 'se.wfh.libs.common:gui:0.17'
// https://jarcasting.com/artifacts/se.wfh.libs.common/gui/
implementation ("se.wfh.libs.common:gui:0.17")
'se.wfh.libs.common:gui:jar:0.17'
<dependency org="se.wfh.libs.common" name="gui" rev="0.17">
<artifact name="gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.wfh.libs.common', module='gui', version='0.17')
)
libraryDependencies += "se.wfh.libs.common" % "gui" % "0.17"
[se.wfh.libs.common/gui "0.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| se.wfh.libs.common : utils | jar | 0.17 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| se.wfh.tools : propertygenerator | jar | 0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| junit : junit | jar | 4.11 |