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