q

quote

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