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