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