MVN

cn.sexycode : myjpa-spring

Maven & Gradle

Aug 31, 2020
2 usages
3 stars
<dependency>
    <groupId>cn.sexycode</groupId>
    <artifactId>myjpa-spring</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.sexycode : myjpa-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of cn.sexycode : myjpa-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
myjpa-spring-0.0.4

How to add a dependency to Maven

Add the following cn.sexycode : myjpa-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.sexycode</groupId>
    <artifactId>myjpa-spring</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.sexycode : myjpa-spring gradle dependency to your build.gradle file:

implementation 'cn.sexycode:myjpa-spring:0.0.4'

Gradle Kotlin DSL: Add the following cn.sexycode : myjpa-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.sexycode:myjpa-spring:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.sexycode : myjpa-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.sexycode" % "myjpa-spring" % "0.0.4"

Advertisement