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