m

mycontainer-commons

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