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