MVN

store.idragon.tool : content-search

Maven & Gradle

May 20, 2022
<dependency>
    <groupId>store.idragon.tool</groupId>
    <artifactId>content-search</artifactId>
    <version>0.0.6-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of store.idragon.tool : content-search to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6-RELEASE

All Versions

Choose a version of store.idragon.tool : content-search to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
content-search-0.0.6-RELEASE
content-search-0.0.5-RELEASE

How to add a dependency to Maven

Add the following store.idragon.tool : content-search maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>store.idragon.tool</groupId>
    <artifactId>content-search</artifactId>
    <version>0.0.6-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following store.idragon.tool : content-search gradle dependency to your build.gradle file:

implementation 'store.idragon.tool:content-search:0.0.6-RELEASE'

Gradle Kotlin DSL: Add the following store.idragon.tool : content-search gradle kotlin dependency to your build.gradle.kts file:

implementation("store.idragon.tool:content-search:0.0.6-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following store.idragon.tool : content-search sbt scala dependency to your build.sbt file:

libraryDependencies += "store.idragon.tool" % "content-search" % "0.0.6-RELEASE"