MVN

com.coeuy : mongo-adepts-starter

Maven & Gradle

Mar 04, 2022

mongo-adepts-starter · MongoDB adepts for Springboot starter

<dependency>
    <groupId>com.coeuy</groupId>
    <artifactId>mongo-adepts-starter</artifactId>
    <version>1.0.96</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coeuy : mongo-adepts-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.96

All Versions

Choose a version of com.coeuy : mongo-adepts-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mongo-adepts-starter-1.0.96
mongo-adepts-starter-1.0.95
mongo-adepts-starter-1.0.94
mongo-adepts-starter-1.0.93
mongo-adepts-starter-1.0.92
mongo-adepts-starter-1.0.91
mongo-adepts-starter-1.0.9
mongo-adepts-starter-1.0.8
mongo-adepts-starter-1.0.7
mongo-adepts-starter-1.0.6
mongo-adepts-starter-1.0.5
mongo-adepts-starter-1.0.4
mongo-adepts-starter-1.0.3
mongo-adepts-starter-1.0.1
mongo-adepts-starter-1.0.0

How to add a dependency to Maven

Add the following com.coeuy : mongo-adepts-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.coeuy</groupId>
    <artifactId>mongo-adepts-starter</artifactId>
    <version>1.0.96</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.coeuy : mongo-adepts-starter gradle dependency to your build.gradle file:

implementation 'com.coeuy:mongo-adepts-starter:1.0.96'

Gradle Kotlin DSL: Add the following com.coeuy : mongo-adepts-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.coeuy:mongo-adepts-starter:1.0.96")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.coeuy : mongo-adepts-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.coeuy" % "mongo-adepts-starter" % "1.0.96"

Advertisement