| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.nexirius |
| Идентификатор | Идентификаторjnex |
| Последняя версия | Последняя версия5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNexirius Java Application Framework
jnex is Java framework, which implements the model view controller pattern
and which is used to create rich client Swing and HTML viewers based
on the same data model and data access layer.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jnex-5.0.pom | |
| jnex-5.0.jar | 1 MB |
| jnex-5.0-sources.jar | 1 MB |
| jnex-5.0-javadoc.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nexirius/jnex/ -->
<dependency>
<groupId>com.nexirius</groupId>
<artifactId>jnex</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexirius/jnex/
implementation 'com.nexirius:jnex:5.0'
// https://jarcasting.com/artifacts/com.nexirius/jnex/
implementation ("com.nexirius:jnex:5.0")
'com.nexirius:jnex:jar:5.0'
<dependency org="com.nexirius" name="jnex" rev="5.0">
<artifact name="jnex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexirius', module='jnex', version='5.0')
)
libraryDependencies += "com.nexirius" % "jnex" % "5.0"
[com.nexirius/jnex "5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.tomcat : servlet-api | jar | 6.0.13 |