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