| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKeY Данные Data Formats Formal Verification |
| Группа | Группаorg.mazarineblue |
| Идентификатор | ИдентификаторMazarineBlue-KeywordDriven |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMazarineBlue - 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mazarineblue : MazarineBlue-Utilities | jar | 0.1.0 |
| junit : junit | jar | 4.12 |