GroupId | GroupIdcom.google.code.simple-spring-memcached |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version3.6.1 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-3.6.1.pom | |
integration-test-3.6.1.jar | 24 KB |
integration-test-3.6.1-sources.jar | 23 KB |
integration-test-3.6.1-javadoc.jar | 167 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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/integration-test/
implementation 'com.google.code.simple-spring-memcached:integration-test:3.6.1'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/integration-test/
implementation ("com.google.code.simple-spring-memcached:integration-test:3.6.1")
'com.google.code.simple-spring-memcached:integration-test:jar:3.6.1'
<dependency org="com.google.code.simple-spring-memcached" name="integration-test" rev="3.6.1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='integration-test', version='3.6.1')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "integration-test" % "3.6.1"
[com.google.code.simple-spring-memcached/integration-test "3.6.1"]