GroupId | GroupIdorg.karora |
---|---|
ArtifactId | ArtifactIdcooee |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionCooee
Cooee is a Web UI framework that closely follows the Swing API
without the hassle of Javascript. This means that developers
with little to no web application experience can immediately
begin coding web applications with their existing Swing API
knowledge. The code base represents a combined fork of the Echo2
source code and associated projects
|
Filename | Size |
---|---|
cooee-1.1.pom | |
cooee-1.1.jar | 1 MB |
cooee-1.1-sources.jar | 1 MB |
cooee-1.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.karora/cooee/ -->
<dependency>
<groupId>org.karora</groupId>
<artifactId>cooee</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.karora/cooee/
implementation 'org.karora:cooee:1.1'
// https://jarcasting.com/artifacts/org.karora/cooee/
implementation ("org.karora:cooee:1.1")
'org.karora:cooee:jar:1.1'
<dependency org="org.karora" name="cooee" rev="1.1">
<artifact name="cooee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.karora', module='cooee', version='1.1')
)
libraryDependencies += "org.karora" % "cooee" % "1.1"
[org.karora/cooee "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi_R4_core | jar | 1.0 |
javax.servlet : servlet-api | jar | 2.4 |
javax.servlet : jsp-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |