MVN

tech.rsqn.useful-things : search-proxy

Maven & Gradle

Aug 30, 2017
1 usages
2 stars

search-proxy · A simple search abstraction.

<dependency>
    <groupId>tech.rsqn.useful-things</groupId>
    <artifactId>search-proxy</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.rsqn.useful-things : search-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.28

All Versions

Choose a version of tech.rsqn.useful-things : search-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
search-proxy-1.0.28
search-proxy-1.0.27
search-proxy-1.0.26
search-proxy-1.0.25
search-proxy-1.0.24
search-proxy-1.0.23
search-proxy-1.0.22
search-proxy-1.0.21
search-proxy-1.0.17
search-proxy-1.0.16
search-proxy-1.0.14
search-proxy-1.0.13

How to add a dependency to Maven

Add the following tech.rsqn.useful-things : search-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.rsqn.useful-things</groupId>
    <artifactId>search-proxy</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.rsqn.useful-things : search-proxy gradle dependency to your build.gradle file:

implementation 'tech.rsqn.useful-things:search-proxy:1.0.28'

Gradle Kotlin DSL: Add the following tech.rsqn.useful-things : search-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.rsqn.useful-things:search-proxy:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.rsqn.useful-things : search-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.rsqn.useful-things" % "search-proxy" % "1.0.28"

Advertisement