License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.ppodgorsek |
ArtifactId | ArtifactIdconfigur-cache |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguR Cache module
Cache module for ConfiguR.
|
Project URL |
Project URL |
Filename | Size |
---|---|
configur-cache-1.1.0.pom | |
configur-cache-1.1.0.jar | 5 KB |
configur-cache-1.1.0-tests.jar | 9 KB |
configur-cache-1.1.0-sources.jar | 4 KB |
configur-cache-1.1.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-cache/ -->
<dependency>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>configur-cache</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-cache/
implementation 'com.github.ppodgorsek:configur-cache:1.1.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-cache/
implementation ("com.github.ppodgorsek:configur-cache:1.1.0")
'com.github.ppodgorsek:configur-cache:jar:1.1.0'
<dependency org="com.github.ppodgorsek" name="configur-cache" rev="1.1.0">
<artifact name="configur-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='configur-cache', version='1.1.0')
)
libraryDependencies += "com.github.ppodgorsek" % "configur-cache" % "1.1.0"
[com.github.ppodgorsek/configur-cache "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ppodgorsek : configur-core | jar | 1.1.0 |
org.springframework : spring-context-support | jar |
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache | jar | 2.10.6 |
org.easymock : easymock | jar | 4.0.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.0 |
org.springframework : spring-test | jar |