@@ -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.4.0 </version >
59+ <version >0.4.1 </version >
6060</dependency >
6161<dependency >
6262 <groupId >org.tensorflow</groupId >
6363 <artifactId >tensorflow-core-api</artifactId >
64- <version >0.4.0 </version >
64+ <version >0.4.1 </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.4.0 </version >
75+ <version >0.4.1 </version >
7676</dependency >
7777<dependency >
7878 <groupId >org.tensorflow</groupId >
7979 <artifactId >tensorflow-core-api</artifactId >
80- <version >0.4.0 </version >
80+ <version >0.4.1 </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.4.0 </version >
86+ <version >0.4.1 </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.4.0 </version >
92+ <version >0.4.1 </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.4.0 </version >
105+ <version >0.4.1 </version >
106106</dependency >
107107```
108108
@@ -132,7 +132,7 @@ to add Sonatype OSS repository in your pom.xml, like the following
132132 <dependency >
133133 <groupId >org.tensorflow</groupId >
134134 <artifactId >tensorflow-core-platform</artifactId >
135- <version >0.4 .0-SNAPSHOT</version >
135+ <version >0.5 .0-SNAPSHOT</version >
136136 </dependency >
137137</dependencies >
138138```
@@ -149,6 +149,7 @@ This table shows the mapping between different version of TensorFlow for Java an
149149| 0.3.2 | 2.4.1 |
150150| 0.3.3 | 2.4.1 |
151151| 0.4.0 | 2.7.0 |
152+ | 0.4.1 | 2.7.1 |
152153
153154## How to Contribute?
154155
0 commit comments