aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/README.md
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-03-27 18:53:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-27 21:15:40 -0700
commitd871a9ac36bdce2418bad633df4fc1ca14a38e82 (patch)
tree996d5ff8265918d5f3eeac3b273291ce7cac913c /tensorflow/java/README.md
parent158dd768efe2cc5adda806948c70a5ba6f9150c9 (diff)
Java: Add a maven central badge to the readme.
Change: 151405485
Diffstat (limited to 'tensorflow/java/README.md')
-rw-r--r--tensorflow/java/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/java/README.md b/tensorflow/java/README.md
index 80c8f588ee..e31f57dc25 100644
--- a/tensorflow/java/README.md
+++ b/tensorflow/java/README.md
@@ -2,6 +2,8 @@
Java bindings for TensorFlow. ([Javadoc](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/package-summary))
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.tensorflow/tensorflow/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.tensorflow/tensorflow)
+
> *WARNING*: The TensorFlow Java API is not currently covered by the TensorFlow
> [API stability guarantees](https://www.tensorflow.org/programmers_guide/version_semantics).
>