| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.rb958 |
| Идентификатор | Идентификаторrkernel |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRBKernel
It is a small kernel on which several modules can be grafted in the form of plugins. The kernel communicates with all the modules grafted on it and the modules can communicate with the other modules grafted on the kernel through signals that they emit to the kernel. With this kernel, there is no need to restart the running application just to add new features because the kernel detects and loads any new module.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rkernel-1.0.1.pom | |
| rkernel-1.0.1.jar | 31 KB |
| rkernel-1.0.1-sources.jar | 15 KB |
| rkernel-1.0.1-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.rb958/rkernel/ -->
<dependency>
<groupId>io.github.rb958</groupId>
<artifactId>rkernel</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rb958/rkernel/
implementation 'io.github.rb958:rkernel:1.0.1'
// https://jarcasting.com/artifacts/io.github.rb958/rkernel/
implementation ("io.github.rb958:rkernel:1.0.1")
'io.github.rb958:rkernel:jar:1.0.1'
<dependency org="io.github.rb958" name="rkernel" rev="1.0.1">
<artifact name="rkernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rb958', module='rkernel', version='1.0.1')
)
libraryDependencies += "io.github.rb958" % "rkernel" % "1.0.1"
[io.github.rb958/rkernel "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| com.sun.xml.bind : jaxb-impl | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |