MVN

net.kemitix.tiles : huntbugs

Maven & Gradle

Sep 17, 2020
1 usages

kemitix-maven-tiles-huntbugs (deprecated) · huntbugs-maven-plugin for kemitix-maven-tiles

<dependency>
    <groupId>net.kemitix.tiles</groupId>
    <artifactId>huntbugs</artifactId>
    <version>2.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kemitix.tiles : huntbugs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.0

All Versions

Choose a version of net.kemitix.tiles : huntbugs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
huntbugs-2.11.0
2.10.x
huntbugs-2.10.0
2.9.x
huntbugs-2.9.0
2.8.x
huntbugs-2.8.0
2.7.x
huntbugs-2.7.0
2.6.x
huntbugs-2.6.0
2.5.x
huntbugs-2.5.0
2.4.x
huntbugs-2.4.1
huntbugs-2.4.0
2.3.x
huntbugs-2.3.0
2.2.x
huntbugs-2.2.0
2.1.x
huntbugs-2.1.4
huntbugs-2.1.3
huntbugs-2.1.2
huntbugs-2.1.1
huntbugs-2.1.0
2.0.x
huntbugs-2.0.0
1.3.x
huntbugs-1.3.1
huntbugs-1.3.0
1.2.x
huntbugs-1.2.0
1.1.x
huntbugs-1.1.0
1.0.x
huntbugs-1.0.0
0.9.x
huntbugs-0.9.0
0.8.x
huntbugs-0.8.1
huntbugs-0.8.0
0.7.x
huntbugs-0.7.1
0.6.x
huntbugs-0.6.1
huntbugs-0.6.0
0.5.x
huntbugs-0.5.2
huntbugs-0.5.1
huntbugs-0.5.0
0.4.x
huntbugs-0.4.1

How to add a dependency to Maven

Add the following net.kemitix.tiles : huntbugs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.kemitix.tiles</groupId>
    <artifactId>huntbugs</artifactId>
    <version>2.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.kemitix.tiles : huntbugs gradle dependency to your build.gradle file:

implementation 'net.kemitix.tiles:huntbugs:2.11.0'

Gradle Kotlin DSL: Add the following net.kemitix.tiles : huntbugs gradle kotlin dependency to your build.gradle.kts file:

implementation("net.kemitix.tiles:huntbugs:2.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.kemitix.tiles : huntbugs sbt scala dependency to your build.sbt file:

libraryDependencies += "net.kemitix.tiles" % "huntbugs" % "2.11.0"

Advertisement