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