License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdorg.mazarineblue |
ArtifactId | ArtifactIdMazarineBlue-KeywordDriven |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMazarineBlue - KeywordDriven module
The KeywordDriven module houses the interpreter and thus forms the
core, the hart, the engine of MazarineBlue. The instructions and data
are fetched though the DataSource interface. And intercommunication
between modules is made posible by the EventBus module.
|
<!-- https://jarcasting.com/artifacts/org.mazarineblue/MazarineBlue-KeywordDriven/ -->
<dependency>
<groupId>org.mazarineblue</groupId>
<artifactId>MazarineBlue-KeywordDriven</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mazarineblue/MazarineBlue-KeywordDriven/
implementation 'org.mazarineblue:MazarineBlue-KeywordDriven:0.1.0'
// https://jarcasting.com/artifacts/org.mazarineblue/MazarineBlue-KeywordDriven/
implementation ("org.mazarineblue:MazarineBlue-KeywordDriven:0.1.0")
'org.mazarineblue:MazarineBlue-KeywordDriven:jar:0.1.0'
<dependency org="org.mazarineblue" name="MazarineBlue-KeywordDriven" rev="0.1.0">
<artifact name="MazarineBlue-KeywordDriven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mazarineblue', module='MazarineBlue-KeywordDriven', version='0.1.0')
)
libraryDependencies += "org.mazarineblue" % "MazarineBlue-KeywordDriven" % "0.1.0"
[org.mazarineblue/MazarineBlue-KeywordDriven "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mazarineblue : MazarineBlue-DataSources | jar | 0.1.0 |
org.mazarineblue : MazarineBlue-Parser | jar | 0.1.0 |
org.mazarineblue : MazarineBlue-EventBus | jar | 0.1.0 |
org.mazarineblue : MazarineBlue-EventsUtilities | jar | 0.1.0 |
org.mazarineblue : MazarineBlue-Utilities | jar | 0.1.0 |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mazarineblue : MazarineBlue-Utilities | jar | 0.1.0 |
junit : junit | jar | 4.12 |