Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdone.contentbox.boxd |
ArtifactId | ArtifactIdboxd-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
boxd-client-0.0.1.pom | |
boxd-client-0.0.1.jar | 924 bytes |
boxd-client-0.0.1-sources.jar | 1 KB |
boxd-client-0.0.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.contentbox.boxd/boxd-client/ -->
<dependency>
<groupId>one.contentbox.boxd</groupId>
<artifactId>boxd-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/one.contentbox.boxd/boxd-client/
implementation 'one.contentbox.boxd:boxd-client:0.0.1'
// https://jarcasting.com/artifacts/one.contentbox.boxd/boxd-client/
implementation ("one.contentbox.boxd:boxd-client:0.0.1")
'one.contentbox.boxd:boxd-client:jar:0.0.1'
<dependency org="one.contentbox.boxd" name="boxd-client" rev="0.0.1">
<artifact name="boxd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.contentbox.boxd', module='boxd-client', version='0.0.1')
)
libraryDependencies += "one.contentbox.boxd" % "boxd-client" % "0.0.1"
[one.contentbox.boxd/boxd-client "0.0.1"]