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