| GroupId | GroupIdorg.beangle.notification |
|---|---|
| ArtifactId | ArtifactIdbeangle-notification-parent |
| Version | Version3.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| beangle-notification-parent-3.0.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.notification/beangle-notification-parent/ -->
<dependency>
<groupId>org.beangle.notification</groupId>
<artifactId>beangle-notification-parent</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.notification/beangle-notification-parent/
implementation 'org.beangle.notification:beangle-notification-parent:3.0.1'
// https://jarcasting.com/artifacts/org.beangle.notification/beangle-notification-parent/
implementation ("org.beangle.notification:beangle-notification-parent:3.0.1")
'org.beangle.notification:beangle-notification-parent:pom:3.0.1'
<dependency org="org.beangle.notification" name="beangle-notification-parent" rev="3.0.1">
<artifact name="beangle-notification-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle.notification', module='beangle-notification-parent', version='3.0.1')
)
libraryDependencies += "org.beangle.notification" % "beangle-notification-parent" % "3.0.1"
[org.beangle.notification/beangle-notification-parent "3.0.1"]