c

common-ehcache2

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