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