MVN

io.github.rb958 : rkernel

Maven & Gradle

Nov 16, 2021
0 stars

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.

<dependency>
    <groupId>io.github.rb958</groupId>
    <artifactId>rkernel</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rb958 : rkernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of io.github.rb958 : rkernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rkernel-1.0.1
1.0
rkernel-1.0

How to add a dependency to Maven

Add the following io.github.rb958 : rkernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rb958</groupId>
    <artifactId>rkernel</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rb958 : rkernel gradle dependency to your build.gradle file:

implementation 'io.github.rb958:rkernel:1.0.1'

Gradle Kotlin DSL: Add the following io.github.rb958 : rkernel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rb958:rkernel:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rb958 : rkernel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rb958" % "rkernel" % "1.0.1"