MVN

org.marketcetera : photon-test-bundle

Maven & Gradle

Oct 13, 2017

Photon Third Party Test Dependency Bundle

<dependency>
    <groupId>org.marketcetera</groupId>
    <artifactId>photon-test-bundle</artifactId>
    <version>3.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.marketcetera : photon-test-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.12

All Versions

Choose a version of org.marketcetera : photon-test-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
photon-test-bundle-3.0.12
2.4.x
photon-test-bundle-2.4.2
photon-test-bundle-2.4.1
photon-test-bundle-2.4.0
2.2.x
photon-test-bundle-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.marketcetera</groupId>
    <artifactId>photon-test-bundle</artifactId>
    <version>3.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.marketcetera : photon-test-bundle gradle dependency to your build.gradle file:

implementation 'org.marketcetera:photon-test-bundle:3.0.12'

Gradle Kotlin DSL: Add the following org.marketcetera : photon-test-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.marketcetera:photon-test-bundle:3.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.marketcetera : photon-test-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.marketcetera" % "photon-test-bundle" % "3.0.12"

Advertisement