j

jeeweb-ehcache

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