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