License |
License |
---|---|
GroupId | GroupIdorg.nakedobjects |
ArtifactId | ArtifactIdnos-objectstore-xml |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNOS XML Object Store
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 |
<!-- https://jarcasting.com/artifacts/org.nakedobjects/nos-objectstore-xml/ -->
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>nos-objectstore-xml</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects/nos-objectstore-xml/
implementation 'org.nakedobjects:nos-objectstore-xml:3.0.3'
// https://jarcasting.com/artifacts/org.nakedobjects/nos-objectstore-xml/
implementation ("org.nakedobjects:nos-objectstore-xml:3.0.3")
'org.nakedobjects:nos-objectstore-xml:jar:3.0.3'
<dependency org="org.nakedobjects" name="nos-objectstore-xml" rev="3.0.3">
<artifact name="nos-objectstore-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects', module='nos-objectstore-xml', version='3.0.3')
)
libraryDependencies += "org.nakedobjects" % "nos-objectstore-xml" % "3.0.3"
[org.nakedobjects/nos-objectstore-xml "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.nakedobjects : nof-persistor | jar | 3.0.3 |
log4j : log4j | jar | 1.2.8 |
Group / Artifact | Type | Version |
---|---|---|
org.nakedobjects : nof-core | test-jar | 3.0.3 |
junit : junit | jar | 3.8.1 |
org.easymock : easymock | jar | 2.3 |