License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-mongodb |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESThub MongoDB
RESThub Spring stack is an designed to allow you to build web applications following KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself) and REST principles.
|
Project URL |
Project URL |
Filename | Size |
---|---|
resthub-mongodb-2.2.0.pom | |
resthub-mongodb-2.2.0.jar | 2 KB |
resthub-mongodb-2.2.0-sources.jar | 1 KB |
resthub-mongodb-2.2.0-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-mongodb</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/
implementation 'org.resthub:resthub-mongodb:2.2.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-mongodb/
implementation ("org.resthub:resthub-mongodb:2.2.0")
'org.resthub:resthub-mongodb:jar:2.2.0'
<dependency org="org.resthub" name="resthub-mongodb" rev="2.2.0">
<artifact name="resthub-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-mongodb', version='2.2.0')
)
libraryDependencies += "org.resthub" % "resthub-mongodb" % "2.2.0"
[org.resthub/resthub-mongodb "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-common | jar | 2.2.0 |
org.springframework.data : spring-data-mongodb | jar | 1.5.4.RELEASE |
org.springframework : spring-tx | jar | |
org.springframework : spring-expression | jar | |
org.mongodb : mongo-java-driver | jar | 2.12.3 |
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-test | jar | 2.2.0 |
org.testng : testng | jar | 6.8.8 |
org.easytesting : fest-assert-core | jar | 2.0M10 |