License |
License |
---|---|
GroupId | GroupIdorg.nakedobjects |
ArtifactId | ArtifactIdnos-web-app |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionNaked Objects Web App
Naked Objects is an open source Java-based application development platform. It's called Naked Objects because all you need to develop are your domain objects - the Naked Objects platform auto-creates an object-oriented user interface (giving you the choice of different styles) and the underlying database (using Hibernate)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nos-web-app-3.0.3.pom | |
nos-web-app-3.0.3.war | 33 KB |
nos-web-app-3.0.3-test-sources.jar | 327 bytes |
nos-web-app-3.0.3-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedobjects/nos-web-app/ -->
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>nos-web-app</artifactId>
<version>3.0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects/nos-web-app/
implementation 'org.nakedobjects:nos-web-app:3.0.3'
// https://jarcasting.com/artifacts/org.nakedobjects/nos-web-app/
implementation ("org.nakedobjects:nos-web-app:3.0.3")
'org.nakedobjects:nos-web-app:war:3.0.3'
<dependency org="org.nakedobjects" name="nos-web-app" rev="3.0.3">
<artifact name="nos-web-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects', module='nos-web-app', version='3.0.3')
)
libraryDependencies += "org.nakedobjects" % "nos-web-app" % "3.0.3"
[org.nakedobjects/nos-web-app "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.nakedobjects : nos-viewer-html | jar | 3.0.3 |
log4j : log4j | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.easymock : easymock | jar | 2.3 |