MVN

org.nebula-contrib : ngbatis

Maven & Gradle

Jul 20, 2023
103 stars

ngbatis

<dependency>
    <groupId>org.nebula-contrib</groupId>
    <artifactId>ngbatis</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nebula-contrib : ngbatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Release Candidate: 1.1.0-rc
  • Latest Beta: 1.1.0-beta

All Versions

Choose a version of org.nebula-contrib : ngbatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ngbatis-1.1.5
ngbatis-1.1.4
ngbatis-1.1.3
ngbatis-1.1.2
ngbatis-1.1.1
ngbatis-1.1.0
ngbatis-1.1.0-rc
ngbatis-1.1.0-beta

How to add a dependency to Maven

Add the following org.nebula-contrib : ngbatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nebula-contrib</groupId>
    <artifactId>ngbatis</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nebula-contrib : ngbatis gradle dependency to your build.gradle file:

implementation 'org.nebula-contrib:ngbatis:1.1.5'

Gradle Kotlin DSL: Add the following org.nebula-contrib : ngbatis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nebula-contrib:ngbatis:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nebula-contrib : ngbatis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nebula-contrib" % "ngbatis" % "1.1.5"