GroupId | GroupIdedu.byu.hbll.box |
---|---|
ArtifactId | ArtifactIdbox-mongo |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
box-mongo-2.0.5.pom | |
box-mongo-2.0.5.jar | 12 KB |
box-mongo-2.0.5-sources.jar | 7 KB |
box-mongo-2.0.5-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box-mongo/ -->
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-mongo</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-mongo/
implementation 'edu.byu.hbll.box:box-mongo:2.0.5'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-mongo/
implementation ("edu.byu.hbll.box:box-mongo:2.0.5")
'edu.byu.hbll.box:box-mongo:jar:2.0.5'
<dependency org="edu.byu.hbll.box" name="box-mongo" rev="2.0.5">
<artifact name="box-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-mongo', version='2.0.5')
)
libraryDependencies += "edu.byu.hbll.box" % "box-mongo" % "2.0.5"
[edu.byu.hbll.box/box-mongo "2.0.5"]