Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdorg.ehcache.modules |
ArtifactId | ArtifactIdehcache-integration-test |
Version | Version3.0.0.Alpha |
Type | Typejar |
Filename | Size |
---|---|
ehcache-integration-test-3.0.0.Alpha.pom | |
ehcache-integration-test-3.0.0.Alpha.jar | 393 bytes |
ehcache-integration-test-3.0.0.Alpha-sources.jar | 261 bytes |
ehcache-integration-test-3.0.0.Alpha-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-integration-test/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-integration-test</artifactId>
<version>3.0.0.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-integration-test/
implementation 'org.ehcache.modules:ehcache-integration-test:3.0.0.Alpha'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-integration-test/
implementation ("org.ehcache.modules:ehcache-integration-test:3.0.0.Alpha")
'org.ehcache.modules:ehcache-integration-test:jar:3.0.0.Alpha'
<dependency org="org.ehcache.modules" name="ehcache-integration-test" rev="3.0.0.Alpha">
<artifact name="ehcache-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-integration-test', version='3.0.0.Alpha')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-integration-test" % "3.0.0.Alpha"
[org.ehcache.modules/ehcache-integration-test "3.0.0.Alpha"]