You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Update .codegen.json with commit hash of codegen and openapi spec
* chore: Update .codegen.json with commit hash of codegen and openapi spec
* docs: External User Deletion API (box/box-openapi#542)
* chore: Update .codegen.json with commit hash of codegen and openapi spec
* chore: Update .codegen.json with commit hash of codegen and openapi spec
* docs: revert External User Deletion API updates (box/box-openapi#544)
* test: Improve docgen test (box/box-codegen#781)
* chore: Update .codegen.json with commit hash of codegen and openapi spec
* docs: Link Archive Developer guide from the endpoint specification (box/box-openapi#545)
* docs: Adjust Java `README` and migration guide for v10 (box/box-codegen#782)
* fix: remove unused UserReference schema definition (box/box-openapi#547)
We are excited to introduce the Beta Release of the latest generation of Box Java SDK Gen, designed to elevate the developer experience and streamline your integration with the Box Content Cloud.
13
+
We are excited to introduce the stable Release of the latest generation of Box Java SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud.
14
14
15
15
With this SDK, you’ll have access to:
16
16
@@ -27,7 +27,7 @@ Embrace the new generation of Box SDKs and unlock the full potential of the Box
27
27
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
28
28
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
29
29
30
-
-[Box Java SDK Gen](#box-java-sdk-gen)
30
+
-[Box Java SDK](#box-java-sdk)
31
31
-[Table of contents](#table-of-contents)
32
32
-[Installing](#installing)
33
33
-[Getting Started](#getting-started)
@@ -46,31 +46,24 @@ Embrace the new generation of Box SDKs and unlock the full potential of the Box
46
46
47
47
# Installing
48
48
49
-
To generate a .jar file download the source code and run the following command:
50
-
51
-
```console
52
-
./gradlew build
53
-
```
54
-
55
-
.jar file will be generated in the build/libs directory.
56
-
57
-
The SDK is also available on [Maven Central Repository](https://mvnrepository.com/artifact/com.box/box-java-sdk-gen). To include the SDK in your project, add the following dependency to your `pom.xml` file:
49
+
The SDK is available on [Maven Central Repository](https://mvnrepository.com/artifact/com.box/box-java-sdk). To include the SDK in your project, add the following dependency to your `pom.xml` file:
58
50
59
51
```xml
60
52
<dependency>
61
53
<groupId>com.box</groupId>
62
-
<artifactId>box-java-sdk-gen</artifactId>
54
+
<artifactId>box-java-sdk</artifactId>
63
55
<version>VERSION</version>
64
56
</dependency>
65
57
```
66
58
67
59
To include the SDK in your project using Gradle, add the following dependency to your `build.gradle` file:
68
60
69
61
```gradle
70
-
implementation 'com.box:box-java-sdk-gen:VERSION'
62
+
implementation 'com.box:box-java-sdk:VERSION'
71
63
```
72
64
73
-
Where `VERSION` is the version of the SDK you want to use. You can find the latest version in the [Maven Central Repository](https://mvnrepository.com/artifact/com.box/box-java-sdk-gen).
65
+
Where `VERSION` is the version of the SDK you want to use. The next generation of the SDK starts with version `10.0.0`.
66
+
You can find the latest version in the [Maven Central Repository](https://mvnrepository.com/artifact/com.box/box-java-sdk).
74
67
75
68
# Getting Started
76
69
@@ -97,7 +90,7 @@ Browse the [docs](docs/README.md) or see [API Reference](https://developer.box.c
97
90
98
91
# Upgrades
99
92
100
-
The SDK is updated regularly to include new features, enhancements, and bug fixes. If you are upgrading from our legacy SDKs to this new generation SDKs is a straightforward process. Checkout the [migration guide](MIGRATION_GUIDE.md) and [changelog](CHANGELOG.md) for more information.
93
+
The SDK is updated regularly to include new features, enhancements, and bug fixes. If you are upgrading from manual SDK to this new generated SDKm checkout the [migration guide](MIGRATION_GUIDE.md) and [changelog](CHANGELOG.md) for more information.
101
94
102
95
# Integration Tests
103
96
@@ -136,7 +129,7 @@ To run integration tests locally, you can use the following command:
136
129
137
130
# 3rd Party Libraries & Licenses
138
131
139
-
The Java SDK Gen uses third-party libraries that are required for usage. Their licenses are listed below:
132
+
The Java SDK uses third-party libraries that are required for usage. Their licenses are listed below:
0 commit comments