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