| License |
License |
|---|---|
| GroupId | GroupIdorg.jframework |
| ArtifactId | ArtifactIdjframework |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjFramework
A Java framework for developing mixed-client (fat, browser-based) GUI applications with an emphasis of enterprise.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jframework-0.6.pom | 10 KB |
| jframework-0.6-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jframework/jframework/ -->
<dependency>
<groupId>org.jframework</groupId>
<artifactId>jframework</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jframework/jframework/
implementation 'org.jframework:jframework:0.6'
// https://jarcasting.com/artifacts/org.jframework/jframework/
implementation ("org.jframework:jframework:0.6")
'org.jframework:jframework:jar:0.6'
<dependency org="org.jframework" name="jframework" rev="0.6">
<artifact name="jframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jframework', module='jframework', version='0.6')
)
libraryDependencies += "org.jframework" % "jframework" % "0.6"
[org.jframework/jframework "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| junit-addons : junit-addons | jar | 1.4 |
| org.easymock : easymock | jar | 2.0 |