@@ -56,12 +56,12 @@ systems, you should add the following dependencies:
56
56
<dependency >
57
57
<groupId >org.tensorflow</groupId >
58
58
<artifactId >tensorflow-core-api</artifactId >
59
- <version >0.3.3 </version >
59
+ <version >0.4.0 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.tensorflow</groupId >
63
63
<artifactId >tensorflow-core-api</artifactId >
64
- <version >0.3.3 </version >
64
+ <version >0.4.0 </version >
65
65
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
66
66
</dependency >
67
67
```
@@ -72,24 +72,24 @@ native dependencies as follows:
72
72
<dependency >
73
73
<groupId >org.tensorflow</groupId >
74
74
<artifactId >tensorflow-core-api</artifactId >
75
- <version >0.3.3 </version >
75
+ <version >0.4.0 </version >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.tensorflow</groupId >
79
79
<artifactId >tensorflow-core-api</artifactId >
80
- <version >0.3.3 </version >
80
+ <version >0.4.0 </version >
81
81
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
82
82
</dependency >
83
83
<dependency >
84
84
<groupId >org.tensorflow</groupId >
85
85
<artifactId >tensorflow-core-api</artifactId >
86
- <version >0.3.3 </version >
86
+ <version >0.4.0 </version >
87
87
<classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
88
88
</dependency >
89
89
<dependency >
90
90
<groupId >org.tensorflow</groupId >
91
91
<artifactId >tensorflow-core-api</artifactId >
92
- <version >0.3.3 </version >
92
+ <version >0.4.0 </version >
93
93
<classifier >windows-x86_64${javacpp.platform.extension}</classifier >
94
94
</dependency >
95
95
```
@@ -102,7 +102,7 @@ artifact includes transitively all the artifacts above as a single dependency:
102
102
<dependency >
103
103
<groupId >org.tensorflow</groupId >
104
104
<artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
105
- <version >0.3.3 </version >
105
+ <version >0.4.0 </version >
106
106
</dependency >
107
107
```
108
108
@@ -148,7 +148,7 @@ This table shows the mapping between different version of TensorFlow for Java an
148
148
| 0.3.1 | 2.4.1 |
149
149
| 0.3.2 | 2.4.1 |
150
150
| 0.3.3 | 2.4.1 |
151
- | 0.4.0-SNAPSHOT | 2.7.0
151
+ | 0.4.0 | 2.7.0 |
152
152
153
153
## How to Contribute?
154
154
0 commit comments