m

mycontainer-commons

Files download
File Operation
mycontainer-commons-1.7.5.jar download
mycontainer-commons-1.7.5.pom download
mycontainer-commons-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.mycontainer</groupId>
  <artifactId>mycontainer-commons</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.mycontainer:mycontainer-commons:1.7.5'
Gradle Kotlin
implementation("com.googlecode.mycontainer:mycontainer-commons:1.7.5")
Scala SBT
libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-commons" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.mycontainer', module='mycontainer-commons', version='1.7.5')
)
Apache Ivy
<dependency org="com.googlecode.mycontainer" name="mycontainer-commons" rev="1.7.5" />
Leiningen
[com.googlecode.mycontainer/mycontainer-commons "1.7.5"]
Apache Buildr
'com.googlecode.mycontainer:mycontainer-commons:jar:1.7.5'