GroupId | GroupIdcom.github.pawelj-pl |
---|---|
ArtifactId | ArtifactIdevent-bus-service |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
event-bus-service-1.0.1.pom | |
event-bus-service-1.0.1.jar | 23 KB |
event-bus-service-1.0.1-sources.jar | 13 KB |
event-bus-service-1.0.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pawelj-pl/event-bus-service/ -->
<dependency>
<groupId>com.github.pawelj-pl</groupId>
<artifactId>event-bus-service</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pawelj-pl/event-bus-service/
implementation 'com.github.pawelj-pl:event-bus-service:1.0.1'
// https://jarcasting.com/artifacts/com.github.pawelj-pl/event-bus-service/
implementation ("com.github.pawelj-pl:event-bus-service:1.0.1")
'com.github.pawelj-pl:event-bus-service:jar:1.0.1'
<dependency org="com.github.pawelj-pl" name="event-bus-service" rev="1.0.1">
<artifact name="event-bus-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pawelj-pl', module='event-bus-service', version='1.0.1')
)
libraryDependencies += "com.github.pawelj-pl" % "event-bus-service" % "1.0.1"
[com.github.pawelj-pl/event-bus-service "1.0.1"]