| GroupId | GroupIdorg.appops |
|---|---|
| ArtifactId | ArtifactIdappops-br-cache-service-slim |
| Version | Version0.3.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.appops/appops-br-cache-service-slim/ -->
<dependency>
<groupId>org.appops</groupId>
<artifactId>appops-br-cache-service-slim</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appops/appops-br-cache-service-slim/
implementation 'org.appops:appops-br-cache-service-slim:0.3.0'
// https://jarcasting.com/artifacts/org.appops/appops-br-cache-service-slim/
implementation ("org.appops:appops-br-cache-service-slim:0.3.0")
'org.appops:appops-br-cache-service-slim:jar:0.3.0'
<dependency org="org.appops" name="appops-br-cache-service-slim" rev="0.3.0">
<artifact name="appops-br-cache-service-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appops', module='appops-br-cache-service-slim', version='0.3.0')
)
libraryDependencies += "org.appops" % "appops-br-cache-service-slim" % "0.3.0"
[org.appops/appops-br-cache-service-slim "0.3.0"]