Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.byu.hbll.box |
ArtifactId | ArtifactIdbox-client |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
box-client-2.3.1.pom | |
box-client-2.3.1.jar | 48 KB |
box-client-2.3.1-sources.jar | 27 KB |
box-client-2.3.1-javadoc.jar | 551 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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-client/
implementation 'edu.byu.hbll.box:box-client:2.3.1'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-client/
implementation ("edu.byu.hbll.box:box-client:2.3.1")
'edu.byu.hbll.box:box-client:jar:2.3.1'
<dependency org="edu.byu.hbll.box" name="box-client" rev="2.3.1">
<artifact name="box-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-client', version='2.3.1')
)
libraryDependencies += "edu.byu.hbll.box" % "box-client" % "2.3.1"
[edu.byu.hbll.box/box-client "2.3.1"]