Categories |
CategoriesEhcache Data Caching Stagemonitor Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.stagemonitor |
ArtifactId | ArtifactIdstagemonitor-ehcache |
Version | Version0.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-ehcache/ -->
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-ehcache</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-ehcache/
implementation 'org.stagemonitor:stagemonitor-ehcache:0.17.0'
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-ehcache/
implementation ("org.stagemonitor:stagemonitor-ehcache:0.17.0")
'org.stagemonitor:stagemonitor-ehcache:jar:0.17.0'
<dependency org="org.stagemonitor" name="stagemonitor-ehcache" rev="0.17.0">
<artifact name="stagemonitor-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stagemonitor', module='stagemonitor-ehcache', version='0.17.0')
)
libraryDependencies += "org.stagemonitor" % "stagemonitor-ehcache" % "0.17.0"
[org.stagemonitor/stagemonitor-ehcache "0.17.0"]