m

mycontainer-annotations

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