GroupId | GroupIdcom.maxifier.mxcache |
---|---|
ArtifactId | ArtifactIdmxcache-instrumentator |
Version | Version2.5.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-instrumentator/ -->
<dependency>
<groupId>com.maxifier.mxcache</groupId>
<artifactId>mxcache-instrumentator</artifactId>
<version>2.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-instrumentator/
implementation 'com.maxifier.mxcache:mxcache-instrumentator:2.5.7'
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-instrumentator/
implementation ("com.maxifier.mxcache:mxcache-instrumentator:2.5.7")
'com.maxifier.mxcache:mxcache-instrumentator:jar:2.5.7'
<dependency org="com.maxifier.mxcache" name="mxcache-instrumentator" rev="2.5.7">
<artifact name="mxcache-instrumentator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxifier.mxcache', module='mxcache-instrumentator', version='2.5.7')
)
libraryDependencies += "com.maxifier.mxcache" % "mxcache-instrumentator" % "2.5.7"
[com.maxifier.mxcache/mxcache-instrumentator "2.5.7"]