is not current version
Last Version 0.6

org.jframework:jframework 0.5

A Java framework for developing mixed-client (fat, browser-based) GUI applications with an emphasis of enterprise.

GroupId

GroupId

org.jframework
ArtifactId

ArtifactId

jframework
Version

Version

0.5
Type

Type

jar

Download jframework 0.5


<!-- https://jarcasting.com/artifacts/org.jframework/jframework/ -->
<dependency>
    <groupId>org.jframework</groupId>
    <artifactId>jframework</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jframework/jframework/
implementation 'org.jframework:jframework:0.5'
// https://jarcasting.com/artifacts/org.jframework/jframework/
implementation ("org.jframework:jframework:0.5")
'org.jframework:jframework:jar:0.5'
<dependency org="org.jframework" name="jframework" rev="0.5">
  <artifact name="jframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jframework', module='jframework', version='0.5')
)
libraryDependencies += "org.jframework" % "jframework" % "0.5"
[org.jframework/jframework "0.5"]