<dependency> <groupId>io.semla</groupId> <artifactId>semla-memcached</artifactId> <version>1.2.2</version> </dependency>
implementation 'io.semla:semla-memcached:1.2.2'
implementation("io.semla:semla-memcached:1.2.2")
libraryDependencies += "io.semla" % "semla-memcached" % "1.2.2"
@Grapes( @Grab(group='io.semla', module='semla-memcached', version='1.2.2') )
<dependency org="io.semla" name="semla-memcached" rev="1.2.2" />
[io.semla/semla-memcached "1.2.2"]
'io.semla:semla-memcached:jar:1.2.2'
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.2.2</version> </parent>
compile
|-- io.semla:semla-jpa:1.2.2
|-- net.spy:spymemcached:2.12.3
test
|-- io.semla:semla-jpa-test:1.2.2
|-- org.testcontainers:testcontainers