MVN

com.burningmime : setmatch

Maven & Gradle

Oct 28, 2019

setmatch · Boolean expression index

<dependency>
    <groupId>com.burningmime</groupId>
    <artifactId>setmatch</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.burningmime : setmatch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of com.burningmime : setmatch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
setmatch-0.8.1
setmatch-0.8.0
0.7.x
setmatch-0.7.2
setmatch-0.7.1
0.7
setmatch-0.7
0.6.x
setmatch-0.6.3
setmatch-0.6.2
setmatch-0.6.1
0.6
setmatch-0.6
0.5
setmatch-0.5
0.4
setmatch-0.4
0.3
setmatch-0.3
0.2
setmatch-0.2
0.1
setmatch-0.1

How to add a dependency to Maven

Add the following com.burningmime : setmatch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.burningmime</groupId>
    <artifactId>setmatch</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.burningmime : setmatch gradle dependency to your build.gradle file:

implementation 'com.burningmime:setmatch:0.8.1'

Gradle Kotlin DSL: Add the following com.burningmime : setmatch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.burningmime:setmatch:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.burningmime : setmatch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.burningmime" % "setmatch" % "0.8.1"

Advertisement