MVN

com.github.simonalong : Neo

Maven & Gradle

Nov 10, 2022
5 usages
37 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 Vulnerabilities Updated
0.7.x
Neo-0.7.9
Neo-0.7.8
Neo-0.7.6
Neo-0.7.5
Neo-0.7.4
Neo-0.7.3
Neo-0.7.2
Neo-0.7.1
Neo-0.7.0
0.6.x
Neo-0.6.1
Neo-0.6.0
0.5.x
Neo-0.5.2
Neo-0.5.1
Neo-0.5.0
0.4.x
Neo-0.4.4
Neo-0.4.3
Neo-0.4.2
Neo-0.4.1
Neo-0.4.0
0.3.x
Neo-0.3.2
Neo-0.3.1
Neo-0.3.0

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"

Advertisement