License |
License |
---|---|
GroupId | GroupIdorg.nakedobjects |
ArtifactId | ArtifactIdno-architecture |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNaked Objects Architecture
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 |
---|---|
no-architecture-3.0.3.pom | |
no-architecture-3.0.3.jar | 180 KB |
no-architecture-3.0.3-test-sources.jar | 3 KB |
no-architecture-3.0.3-sources.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nakedobjects/no-architecture/ -->
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>no-architecture</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects/no-architecture/
implementation 'org.nakedobjects:no-architecture:3.0.3'
// https://jarcasting.com/artifacts/org.nakedobjects/no-architecture/
implementation ("org.nakedobjects:no-architecture:3.0.3")
'org.nakedobjects:no-architecture:jar:3.0.3'
<dependency org="org.nakedobjects" name="no-architecture" rev="3.0.3">
<artifact name="no-architecture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects', module='no-architecture', version='3.0.3')
)
libraryDependencies += "org.nakedobjects" % "no-architecture" % "3.0.3"
[org.nakedobjects/no-architecture "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.easymock : easymock | jar | 2.3 |