Categories |
CategoriesCaching Data |
---|---|
GroupId | GroupIdcom.51degrees |
ArtifactId | ArtifactIdpipeline.caching |
Version | Version4.1.0-beta.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>pipeline.caching</artifactId>
<version>4.1.0-beta.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/
implementation 'com.51degrees:pipeline.caching:4.1.0-beta.16'
// https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/
implementation ("com.51degrees:pipeline.caching:4.1.0-beta.16")
'com.51degrees:pipeline.caching:jar:4.1.0-beta.16'
<dependency org="com.51degrees" name="pipeline.caching" rev="4.1.0-beta.16">
<artifact name="pipeline.caching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline.caching', version='4.1.0-beta.16')
)
libraryDependencies += "com.51degrees" % "pipeline.caching" % "4.1.0-beta.16"
[com.51degrees/pipeline.caching "4.1.0-beta.16"]