Files download
File Operation
org-netbeans-modules-notifications-RELEASE230.jar download
org-netbeans-modules-notifications-RELEASE230.pom download
org-netbeans-modules-notifications-RELEASE230-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-notifications</artifactId>
  <version>RELEASE230</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-notifications:RELEASE230'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-notifications:RELEASE230")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-notifications" % "RELEASE230"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-notifications', version='RELEASE230')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-notifications" rev="RELEASE230" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-notifications "RELEASE230"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-notifications:jar:RELEASE230'