MVN

net.sf.nomin : nomin

Maven & Gradle

Nov 11, 2022
290 stars

Nomin Mapping Engine · Nomin is a mapping engine for the Java platform. It provides abilities to transform object trees according to declarative mapping rules. Main features of Nomin are no XML configuration, intuitively looking mapping, using arbitrary expressions and method invocations in mappings, pre and postprocessing right in a mapping listing, customizations. It's applicable for any Java compatible classes, not only JavaBeans.

<dependency>
    <groupId>net.sf.nomin</groupId>
    <artifactId>nomin</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.nomin : nomin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of net.sf.nomin : nomin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
nomin-1.2.2
1.2
nomin-1.2
1.1.x
nomin-1.1.7
nomin-1.1.6
nomin-1.1.5
nomin-1.1.4
nomin-1.1.3
nomin-1.1.2
nomin-1.1.1
nomin-1.1.0
1.0.x
nomin-1.0.1
nomin-1.0.0

How to add a dependency to Maven

Add the following net.sf.nomin : nomin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.nomin</groupId>
    <artifactId>nomin</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.nomin : nomin gradle dependency to your build.gradle file:

implementation 'net.sf.nomin:nomin:1.2.2'

Gradle Kotlin DSL: Add the following net.sf.nomin : nomin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.nomin:nomin:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.nomin : nomin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.nomin" % "nomin" % "1.2.2"

Advertisement