@@ -56,12 +56,12 @@ systems, you should add the following dependencies:
5656<dependency >
5757 <groupId >org.tensorflow</groupId >
5858 <artifactId >tensorflow-core-api</artifactId >
59- <version >0.3.3 </version >
59+ <version >0.4.0 </version >
6060</dependency >
6161<dependency >
6262 <groupId >org.tensorflow</groupId >
6363 <artifactId >tensorflow-core-api</artifactId >
64- <version >0.3.3 </version >
64+ <version >0.4.0 </version >
6565 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
6666</dependency >
6767```
@@ -72,24 +72,24 @@ native dependencies as follows:
7272<dependency >
7373 <groupId >org.tensorflow</groupId >
7474 <artifactId >tensorflow-core-api</artifactId >
75- <version >0.3.3 </version >
75+ <version >0.4.0 </version >
7676</dependency >
7777<dependency >
7878 <groupId >org.tensorflow</groupId >
7979 <artifactId >tensorflow-core-api</artifactId >
80- <version >0.3.3 </version >
80+ <version >0.4.0 </version >
8181 <classifier >linux-x86_64${javacpp.platform.extension}</classifier >
8282</dependency >
8383<dependency >
8484 <groupId >org.tensorflow</groupId >
8585 <artifactId >tensorflow-core-api</artifactId >
86- <version >0.3.3 </version >
86+ <version >0.4.0 </version >
8787 <classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
8888</dependency >
8989<dependency >
9090 <groupId >org.tensorflow</groupId >
9191 <artifactId >tensorflow-core-api</artifactId >
92- <version >0.3.3 </version >
92+ <version >0.4.0 </version >
9393 <classifier >windows-x86_64${javacpp.platform.extension}</classifier >
9494</dependency >
9595```
@@ -102,7 +102,7 @@ artifact includes transitively all the artifacts above as a single dependency:
102102<dependency >
103103 <groupId >org.tensorflow</groupId >
104104 <artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
105- <version >0.3.3 </version >
105+ <version >0.4.0 </version >
106106</dependency >
107107```
108108
@@ -148,7 +148,7 @@ This table shows the mapping between different version of TensorFlow for Java an
148148| 0.3.1 | 2.4.1 |
149149| 0.3.2 | 2.4.1 |
150150| 0.3.3 | 2.4.1 |
151- | 0.4.0-SNAPSHOT | 2.7.0
151+ | 0.4.0| 2.7.0|
152152
153153## How to Contribute?
154154
0 commit comments