MVN

com.github.simonalong : Neo

Maven & Gradle

Nov 10, 2022
5 usages
30 stars

Neo · Orm框架:数据库连接工具

<dependency>
    <groupId>com.github.simonalong</groupId>
    <artifactId>Neo</artifactId>
    <version>0.7.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.9

All Versions

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

  • Version Updated
  • Neo-0.7.9

    Nov 10, 2022
  • Neo-0.7.8

    Nov 08, 2022
  • Neo-0.7.6

    Jan 22, 2022
  • Neo-0.7.5

    Jan 15, 2022
  • Neo-0.7.4

    Jan 15, 2022
  • Neo-0.7.3

    Jan 13, 2022
  • Neo-0.7.2

    Nov 21, 2021
  • Neo-0.7.1

    Jun 25, 2021
  • Neo-0.7.0

    May 18, 2021
  • Neo-0.6.1

    Apr 09, 2021
  • Neo-0.6.0

    Mar 05, 2021
  • Neo-0.5.2

    Aug 31, 2020
  • Neo-0.5.1

    May 28, 2020
  • Neo-0.5.0

    Apr 08, 2020
  • Neo-0.4.4

    Jan 29, 2020
  • Neo-0.4.3

    Oct 07, 2019
  • Neo-0.4.2

    Aug 28, 2019
  • Neo-0.4.1

    Aug 28, 2019
  • Neo-0.4.0

    Aug 28, 2019
  • Neo-0.3.2

    Jun 30, 2019
  • Neo-0.3.1

    Jun 30, 2019
  • Neo-0.3.0

    Jun 29, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.simonalong</groupId>
    <artifactId>Neo</artifactId>
    <version>0.7.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.simonalong:Neo:0.7.9'

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

implementation("com.github.simonalong:Neo:0.7.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.simonalong" % "Neo" % "0.7.9"