MVN

com.nexirius : jnex

Maven & Gradle

Jan 16, 2013

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.

<dependency>
    <groupId>com.nexirius</groupId>
    <artifactId>jnex</artifactId>
    <version>5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nexirius : jnex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0

All Versions

Choose a version of com.nexirius : jnex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0
jnex-5.0
4.3
jnex-4.3

How to add a dependency to Maven

Add the following com.nexirius : jnex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nexirius</groupId>
    <artifactId>jnex</artifactId>
    <version>5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nexirius : jnex gradle dependency to your build.gradle file:

implementation 'com.nexirius:jnex:5.0'

Gradle Kotlin DSL: Add the following com.nexirius : jnex gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nexirius:jnex:5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nexirius : jnex sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nexirius" % "jnex" % "5.0"

Advertisement