is not current version
Last Version 1.1.0

com.github.bvanseg:evenir 1.0.0

A simple event-bus system for Java 11+.

GroupId

GroupId

com.github.bvanseg
ArtifactId

ArtifactId

evenir
Version

Version

1.0.0
Type

Type

jar

Download evenir 1.0.0


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