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