MVN

tech.mamontov.blackradish : core

Maven & Gradle

Feb 13, 2023
0 stars

Module Core · Black Radish is a general purpose test automation framework.

<dependency>
    <groupId>tech.mamontov.blackradish</groupId>
    <artifactId>core</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.mamontov.blackradish : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha-1
  • Latest Alpha: 1.0.0-alpha-1

All Versions

Choose a version of tech.mamontov.blackradish : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
core-1.0.0-alpha-1

How to add a dependency to Maven

Add the following tech.mamontov.blackradish : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.mamontov.blackradish</groupId>
    <artifactId>core</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.mamontov.blackradish : core gradle dependency to your build.gradle file:

implementation 'tech.mamontov.blackradish:core:1.0.0-alpha-1'

Gradle Kotlin DSL: Add the following tech.mamontov.blackradish : core gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.mamontov.blackradish:core:1.0.0-alpha-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.mamontov.blackradish : core sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.mamontov.blackradish" % "core" % "1.0.0-alpha-1"

Advertisement