| Группа | Группаorg.zalando.stups |
|---|---|
| Идентификатор | Идентификаторfullstop-hello-event-plugin |
| Версия | Версия0.5.0-jb-4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/fullstop-hello-event-plugin/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>fullstop-hello-event-plugin</artifactId>
<version>0.5.0-jb-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-hello-event-plugin/
implementation 'org.zalando.stups:fullstop-hello-event-plugin:0.5.0-jb-4'
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-hello-event-plugin/
implementation ("org.zalando.stups:fullstop-hello-event-plugin:0.5.0-jb-4")
'org.zalando.stups:fullstop-hello-event-plugin:jar:0.5.0-jb-4'
<dependency org="org.zalando.stups" name="fullstop-hello-event-plugin" rev="0.5.0-jb-4">
<artifact name="fullstop-hello-event-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='fullstop-hello-event-plugin', version='0.5.0-jb-4')
)
libraryDependencies += "org.zalando.stups" % "fullstop-hello-event-plugin" % "0.5.0-jb-4"
[org.zalando.stups/fullstop-hello-event-plugin "0.5.0-jb-4"]