b

beangle-notification-parent

文件下载
文件名 操作
beangle-notification-parent-3.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.beangle.notification</groupId>
  <artifactId>beangle-notification-parent</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.beangle.notification:beangle-notification-parent:3.0.2'
Gradle Kotlin
implementation("org.beangle.notification:beangle-notification-parent:3.0.2")
Scala SBT
libraryDependencies += "org.beangle.notification" % "beangle-notification-parent" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.notification', module='beangle-notification-parent', version='3.0.2')
)
Apache Ivy
<dependency org="org.beangle.notification" name="beangle-notification-parent" rev="3.0.2" />
Leiningen
[org.beangle.notification/beangle-notification-parent "3.0.2"]
Apache Buildr
'org.beangle.notification:beangle-notification-parent:jar:3.0.2'