| GroupId | GroupIdse.vgregion.notifications |
|---|---|
| ArtifactId | ArtifactIdnotifications-core-bc |
| Version | Version1.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| notifications-core-bc-1.8.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.vgregion.notifications/notifications-core-bc/ -->
<dependency>
<groupId>se.vgregion.notifications</groupId>
<artifactId>notifications-core-bc</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.notifications/notifications-core-bc/
implementation 'se.vgregion.notifications:notifications-core-bc:1.8'
// https://jarcasting.com/artifacts/se.vgregion.notifications/notifications-core-bc/
implementation ("se.vgregion.notifications:notifications-core-bc:1.8")
'se.vgregion.notifications:notifications-core-bc:pom:1.8'
<dependency org="se.vgregion.notifications" name="notifications-core-bc" rev="1.8">
<artifact name="notifications-core-bc" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.notifications', module='notifications-core-bc', version='1.8')
)
libraryDependencies += "se.vgregion.notifications" % "notifications-core-bc" % "1.8"
[se.vgregion.notifications/notifications-core-bc "1.8"]