| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdacteur-mongo |
| Last Version | Last Version2.8.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionActeur MongoDB Support
MongoDB bindings for Guice
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| acteur-mongo-2.8.3.pom | |
| acteur-mongo-2.8.3.jar | 17 KB |
| acteur-mongo-2.8.3-tests.jar | 14 KB |
| acteur-mongo-2.8.3-sources.jar | 10 KB |
| acteur-mongo-2.8.3-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-mongo/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-mongo</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-mongo/
implementation 'com.mastfrog:acteur-mongo:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-mongo/
implementation ("com.mastfrog:acteur-mongo:2.8.3")
'com.mastfrog:acteur-mongo:jar:2.8.3'
<dependency org="com.mastfrog" name="acteur-mongo" rev="2.8.3">
<artifact name="acteur-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-mongo', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "acteur-mongo" % "2.8.3"
[com.mastfrog/acteur-mongo "2.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : acteur | jar | 2.8.3 |
| com.mastfrog : giulius | jar | 2.8.3 |
| com.mastfrog : giulius-mongodb | jar | 2.8.3 |
| com.mastfrog : jackson-mongodb | jar | 2.8.3 |
| org.mongodb : mongo-java-driver | jar | 3.12.10 |
| com.mastfrog : jackson | jar | 2.8.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| com.mastfrog : giulius-tests | jar | 2.8.3 |