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