Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.byu.hbll.box |
ArtifactId | ArtifactIdbox-client |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
box-client-2.1.4.pom | |
box-client-2.1.4.jar | 45 KB |
box-client-2.1.4-sources.jar | 25 KB |
box-client-2.1.4-javadoc.jar | 549 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box-client/ -->
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-client</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-client/
implementation 'edu.byu.hbll.box:box-client:2.1.4'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-client/
implementation ("edu.byu.hbll.box:box-client:2.1.4")
'edu.byu.hbll.box:box-client:jar:2.1.4'
<dependency org="edu.byu.hbll.box" name="box-client" rev="2.1.4">
<artifact name="box-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-client', version='2.1.4')
)
libraryDependencies += "edu.byu.hbll.box" % "box-client" % "2.1.4"
[edu.byu.hbll.box/box-client "2.1.4"]