MVN

org.anystub : anystub-core

Maven & Gradle

Mar 19, 2023
0 stars

anystub-core · the library allows to create handy stubs for tests

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

Latest Version

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

  • Latest Stable: 1.1.1

All Versions

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

Version Vulnerabilities Updated
1.1.x
anystub-core-1.1.1
anystub-core-1.1.0
1.0.x
anystub-core-1.0.5
anystub-core-1.0.4
anystub-core-1.0.3
anystub-core-1.0.2
anystub-core-1.0.1
anystub-core-1.0.0
0.9.x
anystub-core-0.9.7
anystub-core-0.9.5
anystub-core-0.9.4
anystub-core-0.9.3
anystub-core-0.9.1
anystub-core-0.9.0
0.8.x
anystub-core-0.8.2
anystub-core-0.8.1
anystub-core-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.anystub</groupId>
    <artifactId>anystub-core</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.anystub:anystub-core:1.1.1'

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

implementation("org.anystub:anystub-core:1.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.anystub" % "anystub-core" % "1.1.1"

Advertisement