MVN

org.anystub : anystub

Maven & Gradle

Mar 19, 2023
10 stars

anystub · the library allows to create handy stubs for any tests

<dependency>
    <groupId>org.anystub</groupId>
    <artifactId>anystub</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anystub : anystub to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of org.anystub : anystub to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
anystub-1.0.5
anystub-1.0.4
anystub-1.0.3
anystub-1.0.2
anystub-1.0.1
anystub-1.0.0
0.9.x
anystub-0.9.2
anystub-0.9.1
anystub-0.9.0
0.8.x
anystub-0.8.0
0.7.x
anystub-0.7.7
anystub-0.7.6
anystub-0.7.5
anystub-0.7.4
anystub-0.7.3
anystub-0.7.2
anystub-0.7.1
anystub-0.7.0
0.6.x
anystub-0.6.2
anystub-0.6.1
anystub-0.6.0
0.5.x
anystub-0.5.2
anystub-0.5.1
anystub-0.5.0
0.4.x
anystub-0.4.4
anystub-0.4.3
anystub-0.4.2
0.3.x
anystub-0.3.31
anystub-0.3.30
anystub-0.3.29
anystub-0.3.28
0.2.x
anystub-0.2.27
anystub-0.2.26
anystub-0.2.25
anystub-0.2.24
anystub-0.2.23
anystub-0.2.22
0.1.x
anystub-0.1.21
anystub-0.1.20
anystub-0.1.19
anystub-0.1.18
anystub-0.1.17
anystub-0.1.15
anystub-0.1.6
anystub-0.1.3
anystub-0.1.2
anystub-0.1.1
anystub-0.1.0
0.0.x
anystub-0.0.6
anystub-0.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.anystub</groupId>
    <artifactId>anystub</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anystub : anystub gradle dependency to your build.gradle file:

implementation 'org.anystub:anystub:1.0.5'

Gradle Kotlin DSL: Add the following org.anystub : anystub gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anystub:anystub:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anystub : anystub sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anystub" % "anystub" % "1.0.5"

Advertisement