| GroupId | GroupIdcom.rasterfoundry |
|---|---|
| ArtifactId | ArtifactIdnotification_2.12 |
| Version | Version1.48.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| notification_2.12-1.48.0.pom | |
| notification_2.12-1.48.0.jar | 140 KB |
| notification_2.12-1.48.0-sources.jar | 4 KB |
| notification_2.12-1.48.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rasterfoundry/notification_2.12/ -->
<dependency>
<groupId>com.rasterfoundry</groupId>
<artifactId>notification_2.12</artifactId>
<version>1.48.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rasterfoundry/notification_2.12/
implementation 'com.rasterfoundry:notification_2.12:1.48.0'
// https://jarcasting.com/artifacts/com.rasterfoundry/notification_2.12/
implementation ("com.rasterfoundry:notification_2.12:1.48.0")
'com.rasterfoundry:notification_2.12:jar:1.48.0'
<dependency org="com.rasterfoundry" name="notification_2.12" rev="1.48.0">
<artifact name="notification_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rasterfoundry', module='notification_2.12', version='1.48.0')
)
libraryDependencies += "com.rasterfoundry" % "notification_2.12" % "1.48.0"
[com.rasterfoundry/notification_2.12 "1.48.0"]