|
1 | 1 | <img src="etc/assets/bigraph-framework-logo.png" style="zoom:67%;" /> |
2 | 2 |
|
3 | | -> Latest Version: **2.3.3** |
| 3 | +> Latest Version: **2.3.4** |
4 | 4 |
|
5 | 5 | [](https://go.fzj.de/CodePromo) |
6 | 6 |
|
@@ -184,36 +184,36 @@ composite.juxtapose(F).parallelProduct(H); |
184 | 184 | <dependency> |
185 | 185 | <groupId>org.bigraphs.framework</groupId> |
186 | 186 | <artifactId>bigraph-core</artifactId> |
187 | | - <version>2.3.3</version> |
| 187 | + <version>2.3.4</version> |
188 | 188 | </dependency> |
189 | 189 | <!-- the rewriting module --> |
190 | 190 | <dependency> |
191 | 191 | <groupId>org.bigraphs.framework</groupId> |
192 | 192 | <artifactId>bigraph-simulation</artifactId> |
193 | | - <version>2.3.3</version> |
| 193 | + <version>2.3.4</version> |
194 | 194 | </dependency> |
195 | 195 | <!-- the visualization module --> |
196 | 196 | <dependency> |
197 | 197 | <groupId>org.bigraphs.framework</groupId> |
198 | 198 | <artifactId>bigraph-visualization</artifactId> |
199 | | - <version>2.3.3</version> |
| 199 | + <version>2.3.4</version> |
200 | 200 | </dependency> |
201 | 201 | <!-- the converter module --> |
202 | 202 | <dependency> |
203 | 203 | <groupId>org.bigraphs.framework</groupId> |
204 | 204 | <artifactId>bigraph-converter</artifactId> |
205 | | - <version>2.3.3</version> |
| 205 | + <version>2.3.4</version> |
206 | 206 | </dependency> |
207 | 207 | </dependencies> |
208 | 208 | ``` |
209 | 209 |
|
210 | 210 | ### Gradle |
211 | 211 |
|
212 | 212 | ```groovy |
213 | | -compile "org.bigraphs.framework:bigraph-core:2.3.3" |
214 | | -compile "org.bigraphs.framework:bigraph-simulation:2.3.3" |
215 | | -compile "org.bigraphs.framework:bigraph-visualization:2.3.3" |
216 | | -compile "org.bigraphs.framework:bigraph-converter:2.3.3" |
| 213 | +compile "org.bigraphs.framework:bigraph-core:2.3.4" |
| 214 | +compile "org.bigraphs.framework:bigraph-simulation:2.3.4" |
| 215 | +compile "org.bigraphs.framework:bigraph-visualization:2.3.4" |
| 216 | +compile "org.bigraphs.framework:bigraph-converter:2.3.4" |
217 | 217 | ``` |
218 | 218 |
|
219 | 219 | ### Logging |
|
0 commit comments