GroupId | GroupIdcom.github.philippheuer.events4j |
---|---|
ArtifactId | ArtifactIdevents4j-core |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
events4j-core-0.9.2.pom | |
events4j-core-0.9.2.jar | 7 KB |
events4j-core-0.9.2-sources.jar | 4 KB |
events4j-core-0.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-core/
implementation 'com.github.philippheuer.events4j:events4j-core:0.9.2'
// https://jarcasting.com/artifacts/com.github.philippheuer.events4j/events4j-core/
implementation ("com.github.philippheuer.events4j:events4j-core:0.9.2")
'com.github.philippheuer.events4j:events4j-core:jar:0.9.2'
<dependency org="com.github.philippheuer.events4j" name="events4j-core" rev="0.9.2">
<artifact name="events4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.philippheuer.events4j', module='events4j-core', version='0.9.2')
)
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-core" % "0.9.2"
[com.github.philippheuer.events4j/events4j-core "0.9.2"]