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