MVN

com.github.rinoto.mongo : migramongo-reflections

Maven & Gradle

Mar 02, 2023
11 stars

migramongo reflections · Migramongo implementation using the reflections package for discovery

<dependency>
    <groupId>com.github.rinoto.mongo</groupId>
    <artifactId>migramongo-reflections</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rinoto.mongo : migramongo-reflections to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of com.github.rinoto.mongo : migramongo-reflections to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
migramongo-reflections-2.1.4
migramongo-reflections-2.1.3
migramongo-reflections-2.1.2
migramongo-reflections-2.1.1
2.1
migramongo-reflections-2.1
2.0
migramongo-reflections-2.0
1.16
migramongo-reflections-1.16
1.14
migramongo-reflections-1.14
1.13
migramongo-reflections-1.13
1.12
migramongo-reflections-1.12
1.11
migramongo-reflections-1.11
1.10
migramongo-reflections-1.10
1.9
migramongo-reflections-1.9
1.8
migramongo-reflections-1.8
1.7
migramongo-reflections-1.7
1.6
migramongo-reflections-1.6
1.5
migramongo-reflections-1.5
1.4
migramongo-reflections-1.4
1.2
migramongo-reflections-1.2
1.1
migramongo-reflections-1.1
1.0
migramongo-reflections-1.0
0.9
migramongo-reflections-0.9
0.8
migramongo-reflections-0.8

How to add a dependency to Maven

Add the following com.github.rinoto.mongo : migramongo-reflections maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rinoto.mongo</groupId>
    <artifactId>migramongo-reflections</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rinoto.mongo : migramongo-reflections gradle dependency to your build.gradle file:

implementation 'com.github.rinoto.mongo:migramongo-reflections:2.1.4'

Gradle Kotlin DSL: Add the following com.github.rinoto.mongo : migramongo-reflections gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rinoto.mongo:migramongo-reflections:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rinoto.mongo : migramongo-reflections sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rinoto.mongo" % "migramongo-reflections" % "2.1.4"