MVN

com.github.1510460325 : core

Maven & Gradle

Nov 10, 2018
0 stars

wzy · 常用mybatis的dao层封装及其常用工具包..

<dependency>
    <groupId>com.github.1510460325</groupId>
    <artifactId>core</artifactId>
    <version>2.18.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.18.12

All Versions

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

Version Vulnerabilities Updated
2.18.x
core-2.18.12
core-2.18.11
2.2.x
core-2.2.2
core-2.2.1
1.2.x
core-1.2.8
core-1.2.7
core-1.2.6
core-1.2.5
core-1.2.4
1.0.x
core-1.0.4
core-1.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.1510460325</groupId>
    <artifactId>core</artifactId>
    <version>2.18.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.1510460325:core:2.18.12'

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

implementation("com.github.1510460325:core:2.18.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.1510460325" % "core" % "2.18.12"