44
55<img src =" etc/assets/bigraph-framework-logo.png " style =" zoom :67% ;" />
66
7- > Latest Version: ** 2.3.4**
8-
97- User Manual: https://bigraphs.org/software/bigraph-framework/docs/
108
119- JavaDoc: https://bigraphs.org/software/bigraph-framework/apidocs/
@@ -200,25 +198,25 @@ composite.juxtapose(F).parallelProduct(H);
200198 <dependency >
201199 <groupId >org.bigraphs.framework</groupId >
202200 <artifactId >bigraph-core</artifactId >
203- <version >2.3.4 </version >
201+ <version >2.3.5 </version >
204202 </dependency >
205203
206204 <dependency >
207205 <groupId >org.bigraphs.framework</groupId >
208206 <artifactId >bigraph-simulation</artifactId >
209- <version >2.3.4 </version >
207+ <version >2.3.5 </version >
210208 </dependency >
211209
212210 <dependency >
213211 <groupId >org.bigraphs.framework</groupId >
214212 <artifactId >bigraph-visualization</artifactId >
215- <version >2.3.4 </version >
213+ <version >2.3.5 </version >
216214 </dependency >
217215
218216 <dependency >
219217 <groupId >org.bigraphs.framework</groupId >
220218 <artifactId >bigraph-converter</artifactId >
221- <version >2.3.4 </version >
219+ <version >2.3.5 </version >
222220 </dependency >
223221
224222</dependencies >
@@ -227,10 +225,10 @@ composite.juxtapose(F).parallelProduct(H);
227225### Gradle
228226
229227``` groovy
230- compile "org.bigraphs.framework:bigraph-core:2.3.4 "
231- compile "org.bigraphs.framework:bigraph-simulation:2.3.4 "
232- compile "org.bigraphs.framework:bigraph-visualization:2.3.4 "
233- compile "org.bigraphs.framework:bigraph-converter:2.3.4 "
228+ compile "org.bigraphs.framework:bigraph-core:2.3.5 "
229+ compile "org.bigraphs.framework:bigraph-simulation:2.3.5 "
230+ compile "org.bigraphs.framework:bigraph-visualization:2.3.5 "
231+ compile "org.bigraphs.framework:bigraph-converter:2.3.5 "
234232```
235233
236234### Logging
0 commit comments