GroupId | GroupIdcom.google.code.simple-spring-memcached |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-3.0.2.pom | |
integration-test-3.0.2.jar | 23 KB |
integration-test-3.0.2-sources.jar | 22 KB |
integration-test-3.0.2-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/integration-test/ -->
<dependency>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>integration-test</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/integration-test/
implementation 'com.google.code.simple-spring-memcached:integration-test:3.0.2'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/integration-test/
implementation ("com.google.code.simple-spring-memcached:integration-test:3.0.2")
'com.google.code.simple-spring-memcached:integration-test:jar:3.0.2'
<dependency org="com.google.code.simple-spring-memcached" name="integration-test" rev="3.0.2">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='integration-test', version='3.0.2')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "integration-test" % "3.0.2"
[com.google.code.simple-spring-memcached/integration-test "3.0.2"]