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