| License |
License |
|---|---|
| GroupId | GroupIdcom.purej |
| ArtifactId | ArtifactIdpurej-ui |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPureJ UI
Base-classes to build Java Swing user-interface applications
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| purej-ui-1.0.pom | |
| purej-ui-1.0.jar | 18 KB |
| purej-ui-1.0-sources.jar | 12 KB |
| purej-ui-1.0-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.purej/purej-ui/ -->
<dependency>
<groupId>com.purej</groupId>
<artifactId>purej-ui</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.purej/purej-ui/
implementation 'com.purej:purej-ui:1.0'
// https://jarcasting.com/artifacts/com.purej/purej-ui/
implementation ("com.purej:purej-ui:1.0")
'com.purej:purej-ui:jar:1.0'
<dependency org="com.purej" name="purej-ui" rev="1.0">
<artifact name="purej-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.purej', module='purej-ui', version='1.0')
)
libraryDependencies += "com.purej" % "purej-ui" % "1.0"
[com.purej/purej-ui "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.purej : purej-cfg | jar | 1.0 |
| com.jgoodies : jgoodies-forms | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |