GroupId | GroupIdcom.brettonw |
---|---|
ArtifactId | ArtifactIdbag-mongo |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionBag Mongo
Bag Mongo provides an interface for putting and fetching bags directly in MongoDB.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bag-mongo-2.1.0.pom | |
bag-mongo-2.1.0.jar | 7 KB |
bag-mongo-2.1.0-sources.jar | 5 KB |
bag-mongo-2.1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/bag-mongo/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>bag-mongo</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/bag-mongo/
implementation 'com.brettonw:bag-mongo:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw/bag-mongo/
implementation ("com.brettonw:bag-mongo:2.1.0")
'com.brettonw:bag-mongo:jar:2.1.0'
<dependency org="com.brettonw" name="bag-mongo" rev="2.1.0">
<artifact name="bag-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='bag-mongo', version='2.1.0')
)
libraryDependencies += "com.brettonw" % "bag-mongo" % "2.1.0"
[com.brettonw/bag-mongo "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw : bag | jar | 5.10.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 3.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | RELEASE |
org.apache.logging.log4j : log4j-slf4j-impl | jar | RELEASE |