Skip to content

themodernway/themodernway-server-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Modern Way Server MongoDB

<TMW>

The Modern Way Server MongoDB is a package containing basic server MongoDB support.

https://github.com/themodernway/themodernway-server-mongodb

Downloading artifacts

RELEASE:

Maven:

<dependency>
  <groupId>com.themodernway</groupId>
  <artifactId>themodernway-server-mongodb</artifactId>
  <version>2.2.6-RELEASE</version>
</dependency>

Gradle:

dependencies {
    compile(group: 'com.themodernway', name: 'themodernway-server-mongodb', version: '2.2.6-RELEASE')
}

Javadoc URL:

http://docs.themodernway.com/documents/javadoc/themodernway-server-mongodb-v2/

Check Style URL:

http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/checkstyle/main.html

PMD URL:

http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/pmd/main.html

FindBugs URL:

http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/findbugs/main.html

CVE Dependency Check URL:

http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/cve/dependency-check-report.html

SonarQube URL:

https://sonarcloud.io/dashboard?id=com.themodernway%3Athemodernway-server-mongodb

alt SonarQube

License:

Copyright (c) 2018 The Modern Way. All rights reserved.

The Modern Way Server MongoDB is released under version 2.0 of the Apache License.

http://www.apache.org/licenses/LICENSE-2.0.html

Author(s):

Dean S. Jones deansjones@gmail.com