GroupId | GroupIdio.corbel |
---|---|
ArtifactId | ArtifactIdnotifications |
Version | Version1.28.0 |
Type | Typejar |
Filename | Size |
---|---|
notifications-1.28.0.pom | |
notifications-1.28.0.jar | 37 KB |
notifications-1.28.0-sources.jar | 26 KB |
notifications-1.28.0-javadoc.jar | 357 bytes |
notifications-1.28.0-bin.tar.gz | 28 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/notifications/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>notifications</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/notifications/
implementation 'io.corbel:notifications:1.28.0'
// https://jarcasting.com/artifacts/io.corbel/notifications/
implementation ("io.corbel:notifications:1.28.0")
'io.corbel:notifications:jar:1.28.0'
<dependency org="io.corbel" name="notifications" rev="1.28.0">
<artifact name="notifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='notifications', version='1.28.0')
)
libraryDependencies += "io.corbel" % "notifications" % "1.28.0"
[io.corbel/notifications "1.28.0"]