is not current version
Last Version 5.0

com.nexirius:jnex 4.3

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.

GroupId

GroupId

com.nexirius
ArtifactId

ArtifactId

jnex
Version

Version

4.3
Type

Type

jar

Download jnex 4.3


<!-- https://jarcasting.com/artifacts/com.nexirius/jnex/ -->
<dependency>
    <groupId>com.nexirius</groupId>
    <artifactId>jnex</artifactId>
    <version>4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexirius/jnex/
implementation 'com.nexirius:jnex:4.3'
// https://jarcasting.com/artifacts/com.nexirius/jnex/
implementation ("com.nexirius:jnex:4.3")
'com.nexirius:jnex:jar:4.3'
<dependency org="com.nexirius" name="jnex" rev="4.3">
  <artifact name="jnex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexirius', module='jnex', version='4.3')
)
libraryDependencies += "com.nexirius" % "jnex" % "4.3"
[com.nexirius/jnex "4.3"]