Files download
File Operation
cache-ri-parent-0.68.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.jwebmp.thirdparty.jcache</groupId>
  <artifactId>cache-ri-parent</artifactId>
  <version>0.68.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.thirdparty.jcache:cache-ri-parent:0.68.0.1'
Gradle Kotlin
implementation("com.jwebmp.thirdparty.jcache:cache-ri-parent:0.68.0.1")
Scala SBT
libraryDependencies += "com.jwebmp.thirdparty.jcache" % "cache-ri-parent" % "0.68.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.thirdparty.jcache', module='cache-ri-parent', version='0.68.0.1')
)
Apache Ivy
<dependency org="com.jwebmp.thirdparty.jcache" name="cache-ri-parent" rev="0.68.0.1" />
Leiningen
[com.jwebmp.thirdparty.jcache/cache-ri-parent "0.68.0.1"]
Apache Buildr
'com.jwebmp.thirdparty.jcache:cache-ri-parent:jar:0.68.0.1'