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