MVN

org.octopusden : octopus-test

Maven & Gradle

Jul 10, 2023
0 stars

octopus-test · Octopus module for testing Maven release workflow

<dependency>
    <groupId>org.octopusden</groupId>
    <artifactId>octopus-test</artifactId>
    <version>2.1.37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.octopusden : octopus-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.37

All Versions

Choose a version of org.octopusden : octopus-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
octopus-test-2.1.37
octopus-test-2.1.36
octopus-test-2.1.32
octopus-test-2.1.31
octopus-test-2.1.30
octopus-test-2.1.29
octopus-test-2.1.14
octopus-test-2.1.13
octopus-test-2.1.12
octopus-test-2.1.11
octopus-test-2.1.10
octopus-test-2.1.9
octopus-test-2.1.8
octopus-test-2.1.7
octopus-test-2.1.6
octopus-test-2.1.5
octopus-test-2.1.4
octopus-test-2.1.3
octopus-test-2.1.2
octopus-test-2.1.1
2.0.x
octopus-test-2.0.15
octopus-test-2.0.14
octopus-test-2.0.13
octopus-test-2.0.12
octopus-test-2.0.11
octopus-test-2.0.10
octopus-test-2.0.9
octopus-test-2.0.8
octopus-test-2.0.7
octopus-test-2.0.6
octopus-test-2.0.5
octopus-test-2.0.4
octopus-test-2.0.0
1.6.x
octopus-test-1.6.1
0.0.x
octopus-test-0.0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.octopusden</groupId>
    <artifactId>octopus-test</artifactId>
    <version>2.1.37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.octopusden : octopus-test gradle dependency to your build.gradle file:

implementation 'org.octopusden:octopus-test:2.1.37'

Gradle Kotlin DSL: Add the following org.octopusden : octopus-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.octopusden:octopus-test:2.1.37")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.octopusden : octopus-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.octopusden" % "octopus-test" % "2.1.37"