| License |
License |
|---|---|
| Categories |
CategoriesMongoDB Data Databases |
| GroupId | GroupIdfr.opensagres.mongodb |
| ArtifactId | ArtifactIdmongo-jee-parent |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
DescriptionJEE support for MongoDB
Web support + JAX-RS support for MongoDB.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mongo-jee-parent-1.0.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.opensagres.mongodb/mongo-jee-parent/ -->
<dependency>
<groupId>fr.opensagres.mongodb</groupId>
<artifactId>mongo-jee-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres.mongodb/mongo-jee-parent/
implementation 'fr.opensagres.mongodb:mongo-jee-parent:1.0.0'
// https://jarcasting.com/artifacts/fr.opensagres.mongodb/mongo-jee-parent/
implementation ("fr.opensagres.mongodb:mongo-jee-parent:1.0.0")
'fr.opensagres.mongodb:mongo-jee-parent:pom:1.0.0'
<dependency org="fr.opensagres.mongodb" name="mongo-jee-parent" rev="1.0.0">
<artifact name="mongo-jee-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres.mongodb', module='mongo-jee-parent', version='1.0.0')
)
libraryDependencies += "fr.opensagres.mongodb" % "mongo-jee-parent" % "1.0.0"
[fr.opensagres.mongodb/mongo-jee-parent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-webapp | jar | 7.4.2.v20110526 |