License |
License |
---|---|
GroupId | GroupIdcom.nexirius |
ArtifactId | ArtifactIdjnex |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNexirius 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnex-5.0.pom | |
jnex-5.0.jar | 1 MB |
jnex-5.0-sources.jar | 1 MB |
jnex-5.0-javadoc.jar | 4 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : servlet-api | jar | 6.0.13 |