License |
License |
---|---|
GroupId | GroupIdorg.jframework |
ArtifactId | ArtifactIdjframework-core |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjFramework core components.
A Java framework for developing mixed-client (fat, browser-based) GUI applications with an emphasis of enterprise.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jframework-core-0.6.pom | |
jframework-core-0.6.jar | 45 KB |
jframework-core-0.6-tests.jar | 52 KB |
jframework-core-0.6-test-sources.jar | 22 KB |
jframework-core-0.6-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jframework/jframework-core/ -->
<dependency>
<groupId>org.jframework</groupId>
<artifactId>jframework-core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jframework/jframework-core/
implementation 'org.jframework:jframework-core:0.6'
// https://jarcasting.com/artifacts/org.jframework/jframework-core/
implementation ("org.jframework:jframework-core:0.6")
'org.jframework:jframework-core:jar:0.6'
<dependency org="org.jframework" name="jframework-core" rev="0.6">
<artifact name="jframework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jframework', module='jframework-core', version='0.6')
)
libraryDependencies += "org.jframework" % "jframework-core" % "0.6"
[org.jframework/jframework-core "0.6"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 2.1_3 |
commons-collections : commons-collections | jar | 3.2 |
commons-lang : commons-lang | jar | 2.1 |
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 |