GroupId | GroupIdcom.boxframework |
---|---|
ArtifactId | ArtifactIdbox-server-services_2.12 |
Version | Version1.3.69 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.boxframework/box-server-services_2.12/ -->
<dependency>
<groupId>com.boxframework</groupId>
<artifactId>box-server-services_2.12</artifactId>
<version>1.3.69</version>
</dependency>
// https://jarcasting.com/artifacts/com.boxframework/box-server-services_2.12/
implementation 'com.boxframework:box-server-services_2.12:1.3.69'
// https://jarcasting.com/artifacts/com.boxframework/box-server-services_2.12/
implementation ("com.boxframework:box-server-services_2.12:1.3.69")
'com.boxframework:box-server-services_2.12:jar:1.3.69'
<dependency org="com.boxframework" name="box-server-services_2.12" rev="1.3.69">
<artifact name="box-server-services_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boxframework', module='box-server-services_2.12', version='1.3.69')
)
libraryDependencies += "com.boxframework" % "box-server-services_2.12" % "1.3.69"
[com.boxframework/box-server-services_2.12 "1.3.69"]