|
1 | 1 | <img src="etc/assets/bigraph-framework-logo.png" style="zoom:67%;" /> |
2 | 2 |
|
3 | | -> Latest Version: **2.2.0** |
| 3 | +> Latest Version: **2.2.1** |
4 | 4 |
|
5 | 5 | [](https://go.fzj.de/CodePromo) |
6 | 6 |
|
|
16 | 16 |
|
17 | 17 | Bigraph Framework is a framework |
18 | 18 | written in Java for the creation and simulation of bigraphs |
19 | | -to expedite the experimental evaluation of the bigraph theory in |
| 19 | +to foster the experimental evaluation of the bigraph theory in |
20 | 20 | real-world applications. |
21 | 21 |
|
22 | | -The goal of this framework is to facilitate the implementation of context-aware and agent-based systems, and reactive systems in general. |
| 22 | +The goal of this framework is to facilitate the implementation of context-aware, agent-based systems, and reactive systems in general. |
23 | 23 | It provides means for model-driven software development based on the bigraph theory. |
24 | 24 | The high-level Java API eases the programming of bigraphical systems for real-world application. |
25 | 25 |
|
@@ -165,36 +165,36 @@ composite.juxtapose(F).parallelProduct(H); |
165 | 165 | <dependency> |
166 | 166 | <groupId>org.bigraphs.framework</groupId> |
167 | 167 | <artifactId>bigraph-core</artifactId> |
168 | | - <version>2.2.0</version> |
| 168 | + <version>2.2.1</version> |
169 | 169 | </dependency> |
170 | 170 | <!-- the rewriting module --> |
171 | 171 | <dependency> |
172 | 172 | <groupId>org.bigraphs.framework</groupId> |
173 | 173 | <artifactId>bigraph-simulation</artifactId> |
174 | | - <version>2.2.0</version> |
| 174 | + <version>2.2.1</version> |
175 | 175 | </dependency> |
176 | 176 | <!-- the visualization module --> |
177 | 177 | <dependency> |
178 | 178 | <groupId>org.bigraphs.framework</groupId> |
179 | 179 | <artifactId>bigraph-visualization</artifactId> |
180 | | - <version>2.2.0</version> |
| 180 | + <version>2.2.1</version> |
181 | 181 | </dependency> |
182 | 182 | <!-- the converter module --> |
183 | 183 | <dependency> |
184 | 184 | <groupId>org.bigraphs.framework</groupId> |
185 | 185 | <artifactId>bigraph-converter</artifactId> |
186 | | - <version>2.2.0</version> |
| 186 | + <version>2.2.1</version> |
187 | 187 | </dependency> |
188 | 188 | </dependencies> |
189 | 189 | ``` |
190 | 190 |
|
191 | 191 | ### Gradle |
192 | 192 |
|
193 | 193 | ```groovy |
194 | | -compile "org.bigraphs.framework:bigraph-core:2.2.0" |
195 | | -compile "org.bigraphs.framework:bigraph-simulation:2.2.0" |
196 | | -compile "org.bigraphs.framework:bigraph-visualization:2.2.0" |
197 | | -compile "org.bigraphs.framework:bigraph-converter:2.2.0" |
| 194 | +compile "org.bigraphs.framework:bigraph-core:2.2.1" |
| 195 | +compile "org.bigraphs.framework:bigraph-simulation:2.2.1" |
| 196 | +compile "org.bigraphs.framework:bigraph-visualization:2.2.1" |
| 197 | +compile "org.bigraphs.framework:bigraph-converter:2.2.1" |
198 | 198 | ``` |
199 | 199 |
|
200 | 200 | ### Logging |
|
0 commit comments