| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bvanseg |
| ArtifactId | ArtifactIdevenir |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEvenir
A simple event-bus system for Java 11+.
|
| Filename | Size |
|---|---|
| evenir-1.1.0.pom | |
| evenir-1.1.0.jar | 10 KB |
| evenir-1.1.0-sources.jar | 8 KB |
| evenir-1.1.0-javadoc.jar | 10 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.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 |