MVN

com.googlecode.mycontainer : mycontainer-util

Maven & Gradle

Mar 28, 2017
2 usages
13 stars

Mycontainer Classpath Scanner

<dependency>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>mycontainer-util</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.7

All Versions

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

Version Vulnerabilities Updated
1.7.x
mycontainer-util-1.7.5
mycontainer-util-1.7.2
mycontainer-util-1.7.1
1.6.x
mycontainer-util-1.6.7
mycontainer-util-1.6.3
mycontainer-util-1.6.2
mycontainer-util-1.6.0
1.5.x
mycontainer-util-1.5.3
mycontainer-util-1.5.2
mycontainer-util-1.5.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.mycontainer</groupId>
    <artifactId>mycontainer-util</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.googlecode.mycontainer:mycontainer-util:1.6.7'

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

implementation("com.googlecode.mycontainer:mycontainer-util:1.6.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-util" % "1.6.7"

Advertisement