MVN

com.googlecode.mycontainer : mycontainer-junit-js

Maven & Gradle

Feb 08, 2013
1 usages

Mycontainer JUnit JS

<dependency>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>mycontainer-junit-js</artifactId>
    <version>1.2.59</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.mycontainer : mycontainer-junit-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.59

All Versions

Choose a version of com.googlecode.mycontainer : mycontainer-junit-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mycontainer-junit-js-1.2.59
mycontainer-junit-js-1.2.56
mycontainer-junit-js-1.2.51
mycontainer-junit-js-1.2.46
mycontainer-junit-js-1.2.29

How to add a dependency to Maven

Add the following com.googlecode.mycontainer : mycontainer-junit-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>mycontainer-junit-js</artifactId>
    <version>1.2.59</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.mycontainer : mycontainer-junit-js gradle dependency to your build.gradle file:

implementation 'com.googlecode.mycontainer:mycontainer-junit-js:1.2.59'

Gradle Kotlin DSL: Add the following com.googlecode.mycontainer : mycontainer-junit-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.mycontainer:mycontainer-junit-js:1.2.59")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.mycontainer : mycontainer-junit-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-junit-js" % "1.2.59"