Evenir

A simple event-bus system for Java 11+.

License

License

GroupId

GroupId

com.github.bvanseg
ArtifactId

ArtifactId

evenir
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Evenir
A simple event-bus system for Java 11+.

Download evenir

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bvanseg/evenir/ -->
<dependency>
    <groupId>com.github.bvanseg</groupId>
    <artifactId>evenir</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/evenir/
implementation 'com.github.bvanseg:evenir:1.1.0'
// https://jarcasting.com/artifacts/com.github.bvanseg/evenir/
implementation ("com.github.bvanseg:evenir:1.1.0")
'com.github.bvanseg:evenir:jar:1.1.0'
<dependency org="com.github.bvanseg" name="evenir" rev="1.1.0">
  <artifact name="evenir" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='evenir', version='1.1.0')
)
libraryDependencies += "com.github.bvanseg" % "evenir" % "1.1.0"
[com.github.bvanseg/evenir "1.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
org.apache.commons : commons-lang3 jar 3.9
org.slf4j : slf4j-api jar 1.8.0-beta4
com.github.bvanseg : kotlincommons jar 2.0.3

provided (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.50
org.apache.logging.log4j : log4j-slf4j18-impl jar 2.12.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0