MVN

com.github.NyBatis : NyBatisCore

Maven & Gradle

Jul 22, 2016
3 stars

NyBatisCore · Nybatis Data Mapper Framework 1. Logging based on logback but further simple 2. Configuration 3. Message 4. Database It can substitute iBasit or MyBatis. It is very simple but powerful to use 5. Util It provides following utility class - FileUtil - StringUtil - ClassUtil - Reflector - Validator - StopWatcher - ExcelFileUtil this module will run when including following optinal dependency <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.11</version> </dependency> OR <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency>

<dependency>
    <groupId>com.github.NyBatis</groupId>
    <artifactId>NyBatisCore</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.NyBatis : NyBatisCore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of com.github.NyBatis : NyBatisCore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
NyBatisCore-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.NyBatis</groupId>
    <artifactId>NyBatisCore</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.NyBatis : NyBatisCore gradle dependency to your build.gradle file:

implementation 'com.github.NyBatis:NyBatisCore:0.5.0'

Gradle Kotlin DSL: Add the following com.github.NyBatis : NyBatisCore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.NyBatis:NyBatisCore:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.NyBatis : NyBatisCore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.NyBatis" % "NyBatisCore" % "0.5.0"

Advertisement