Skip to content

Commit a004f3a

Browse files
parkjam4garrettjonesgoogle
authored andcommitted
Update README.md (#3089)
Adding text about client libraries support in Cloud Tools for Eclipse and Cloud Tools for IntelliJ.
1 parent 058ee62 commit a004f3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ libraryDependencies += "com.google.cloud" % "google-cloud" % "0.41.0-alpha"
7575
It also works just as well to declare a dependency only on the specific clients that you need. See the README of
7676
each client for instructions.
7777

78+
If you're using IntelliJ or Eclipse, you can add client libraries to your project using these IDE plugins:
79+
* [Cloud Tools for IntelliJ](https://cloud.google.com/tools/intellij/docs/client-libraries)
80+
* [Cloud Tools for Eclipse](https://cloud.google.com/eclipse/docs/libraries)
81+
82+
Besides adding client libraries, the plugins provide additional functionality, such as service account key management. Refer to the documentation for each plugin for more details.
83+
7884
These client libraries can be used on App Engine standard for Java 8 runtime, App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime, however, Datastore, Storage, and Bigquery should work.
7985

8086
If you are running into problems with version conflicts, see [Version Management](#version-management).

0 commit comments

Comments
 (0)