| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.nakedobjects |
| Идентификатор | Идентификаторnof-utilities |
| Последняя версия | Последняя версия3.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNOF Utilities
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)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| nof-utilities-3.0.3.pom | |
| nof-utilities-3.0.3.jar | 43 KB |
| nof-utilities-3.0.3-test-sources.jar | 1 KB |
| nof-utilities-3.0.3-sources.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.nakedobjects/nof-utilities/ -->
<dependency>
<groupId>org.nakedobjects</groupId>
<artifactId>nof-utilities</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nakedobjects/nof-utilities/
implementation 'org.nakedobjects:nof-utilities:3.0.3'
// https://jarcasting.com/artifacts/org.nakedobjects/nof-utilities/
implementation ("org.nakedobjects:nof-utilities:3.0.3")
'org.nakedobjects:nof-utilities:jar:3.0.3'
<dependency org="org.nakedobjects" name="nof-utilities" rev="3.0.3">
<artifact name="nof-utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nakedobjects', module='nof-utilities', version='3.0.3')
)
libraryDependencies += "org.nakedobjects" % "nof-utilities" % "3.0.3"
[org.nakedobjects/nof-utilities "3.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| crimson : crimson | jar | 1.1.3 |
| org.nakedobjects : nof-core | jar | 3.0.3 |
| log4j : log4j | jar | 1.2.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.nakedobjects : nof-core | test-jar | 3.0.3 |
| junit : junit | jar | 3.8.1 |
| org.easymock : easymock | jar | 2.3 |