License |
License |
---|---|
GroupId | GroupIdcom.thimbleware.jmemcached |
ArtifactId | ArtifactIdjmemcached-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjmemcached Parent Project
Caching server speaking the memcached protocol, written in Java.
|
Project Organization |
Project OrganizationThimbleWare |
Filename | Size |
---|---|
jmemcached-parent-1.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thimbleware.jmemcached/jmemcached-parent/ -->
<dependency>
<groupId>com.thimbleware.jmemcached</groupId>
<artifactId>jmemcached-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thimbleware.jmemcached/jmemcached-parent/
implementation 'com.thimbleware.jmemcached:jmemcached-parent:1.0.0'
// https://jarcasting.com/artifacts/com.thimbleware.jmemcached/jmemcached-parent/
implementation ("com.thimbleware.jmemcached:jmemcached-parent:1.0.0")
'com.thimbleware.jmemcached:jmemcached-parent:pom:1.0.0'
<dependency org="com.thimbleware.jmemcached" name="jmemcached-parent" rev="1.0.0">
<artifact name="jmemcached-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thimbleware.jmemcached', module='jmemcached-parent', version='1.0.0')
)
libraryDependencies += "com.thimbleware.jmemcached" % "jmemcached-parent" % "1.0.0"
[com.thimbleware.jmemcached/jmemcached-parent "1.0.0"]