MVN

net.onelitefeather.microtus.testing : testing

Maven & Gradle

Aug 08, 2023
11 stars

testing · Lightweight and multi-threaded Minecraft server implementation

<dependency>
    <groupId>net.onelitefeather.microtus.testing</groupId>
    <artifactId>testing</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.onelitefeather.microtus.testing : testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of net.onelitefeather.microtus.testing : testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
testing-1.1.1
testing-1.1.1-SNAPSHOT+5fab633
testing-1.1.1-SNAPSHOT+1029942
testing-1.1.1-SNAPSHOT+97220ae
testing-1.1.1-SNAPSHOT+542b699
testing-1.1.1-SNAPSHOT+a8e43bb
testing-1.1.1-SNAPSHOT+45a6929
testing-1.1.0
testing-1.1.0-SNAPSHOT+f4d9e06
testing-1.1.0-SNAPSHOT+ee6b6fe
testing-1.1.0-SNAPSHOT+7e0f619
testing-1.1.0-SNAPSHOT+757f238
testing-1.1.0-SNAPSHOT+25c2976
testing-1.1.0-SNAPSHOT+9284d26

How to add a dependency to Maven

Add the following net.onelitefeather.microtus.testing : testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.onelitefeather.microtus.testing</groupId>
    <artifactId>testing</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.onelitefeather.microtus.testing : testing gradle dependency to your build.gradle file:

implementation 'net.onelitefeather.microtus.testing:testing:1.1.1'

Gradle Kotlin DSL: Add the following net.onelitefeather.microtus.testing : testing gradle kotlin dependency to your build.gradle.kts file:

implementation("net.onelitefeather.microtus.testing:testing:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.onelitefeather.microtus.testing : testing sbt scala dependency to your build.sbt file:

libraryDependencies += "net.onelitefeather.microtus.testing" % "testing" % "1.1.1"