is not current version
Last Version 1.1.0

com.github.bvanseg:evenir 1.0.1

A simple event-bus system for Java 11+.

GroupId

GroupId

com.github.bvanseg
ArtifactId

ArtifactId

evenir
Version

Version

1.0.1
Type

Type

jar

Download evenir 1.0.1


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