GroupId | GroupIdedu.byu.hbll.box |
---|---|
ArtifactId | ArtifactIdbox-mongo |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
box-mongo-2.2.1.pom | |
box-mongo-2.2.1.jar | 15 KB |
box-mongo-2.2.1-sources.jar | 8 KB |
box-mongo-2.2.1-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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-mongo/
implementation 'edu.byu.hbll.box:box-mongo:2.2.1'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-mongo/
implementation ("edu.byu.hbll.box:box-mongo:2.2.1")
'edu.byu.hbll.box:box-mongo:jar:2.2.1'
<dependency org="edu.byu.hbll.box" name="box-mongo" rev="2.2.1">
<artifact name="box-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-mongo', version='2.2.1')
)
libraryDependencies += "edu.byu.hbll.box" % "box-mongo" % "2.2.1"
[edu.byu.hbll.box/box-mongo "2.2.1"]