| Группа | Группаcom.m3 |
|---|---|
| Идентификатор | Идентификаторmethod-cache-interceptor |
| Версия | Версия1.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.m3/method-cache-interceptor/ -->
<dependency>
<groupId>com.m3</groupId>
<artifactId>method-cache-interceptor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.m3/method-cache-interceptor/
implementation 'com.m3:method-cache-interceptor:1.0.1'
// https://jarcasting.com/artifacts/com.m3/method-cache-interceptor/
implementation ("com.m3:method-cache-interceptor:1.0.1")
'com.m3:method-cache-interceptor:jar:1.0.1'
<dependency org="com.m3" name="method-cache-interceptor" rev="1.0.1">
<artifact name="method-cache-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.m3', module='method-cache-interceptor', version='1.0.1')
)
libraryDependencies += "com.m3" % "method-cache-interceptor" % "1.0.1"
[com.m3/method-cache-interceptor "1.0.1"]