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