| GroupId | GroupIdcom.github.philippheuer.events4j |
|---|---|
| ArtifactId | ArtifactIdevents4j-core |
| Version | Version0.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| events4j-core-0.9.1.pom | |
| events4j-core-0.9.1.jar | 7 KB |
| events4j-core-0.9.1-sources.jar | 4 KB |
| events4j-core-0.9.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-core/ -->
<dependency>
<groupId>com.github.philippheuer.events4j</groupId>
<artifactId>events4j-core</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-core/
implementation 'com.github.philippheuer.events4j:events4j-core:0.9.1'
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-core/
implementation ("com.github.philippheuer.events4j:events4j-core:0.9.1")
'com.github.philippheuer.events4j:events4j-core:jar:0.9.1'
<dependency org="com.github.philippheuer.events4j" name="events4j-core" rev="0.9.1">
<artifact name="events4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.philippheuer.events4j', module='events4j-core', version='0.9.1')
)
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-core" % "0.9.1"
[com.github.philippheuer.events4j/events4j-core "0.9.1"]