Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-spymemcached |
Version | Version1.6.6 |
Type | Typejar |
Filename | Size |
---|---|
jooby-spymemcached-1.6.6.pom | |
jooby-spymemcached-1.6.6.jar | 10 KB |
jooby-spymemcached-1.6.6-sources.jar | 16 KB |
jooby-spymemcached-1.6.6-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-spymemcached/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-spymemcached</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-spymemcached/
implementation 'org.jooby:jooby-spymemcached:1.6.6'
// https://jarcasting.com/artifacts/org.jooby/jooby-spymemcached/
implementation ("org.jooby:jooby-spymemcached:1.6.6")
'org.jooby:jooby-spymemcached:jar:1.6.6'
<dependency org="org.jooby" name="jooby-spymemcached" rev="1.6.6">
<artifact name="jooby-spymemcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-spymemcached', version='1.6.6')
)
libraryDependencies += "org.jooby" % "jooby-spymemcached" % "1.6.6"
[org.jooby/jooby-spymemcached "1.6.6"]