m

mycontainer-commons

文件下载
文件名 操作
mycontainer-commons-1.6.7.jar 下载
mycontainer-commons-1.6.7.pom 下载
mycontainer-commons-1.6.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.mycontainer</groupId>
  <artifactId>mycontainer-commons</artifactId>
  <version>1.6.7</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.mycontainer:mycontainer-commons:1.6.7'
Gradle Kotlin
implementation("com.googlecode.mycontainer:mycontainer-commons:1.6.7")
Scala SBT
libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-commons" % "1.6.7"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.mycontainer', module='mycontainer-commons', version='1.6.7')
)
Apache Ivy
<dependency org="com.googlecode.mycontainer" name="mycontainer-commons" rev="1.6.7" />
Leiningen
[com.googlecode.mycontainer/mycontainer-commons "1.6.7"]
Apache Buildr
'com.googlecode.mycontainer:mycontainer-commons:jar:1.6.7'