Categories |
CategoriesCaching Data |
---|---|
GroupId | GroupIdcom.51degrees |
ArtifactId | ArtifactIdpipeline.caching |
Version | Version4.2.2 |
Type | Typejar |
Filename | Size |
---|---|
pipeline.caching-4.2.2.pom | |
pipeline.caching-4.2.2.jar | 13 KB |
pipeline.caching-4.2.2-sources.jar | 16 KB |
pipeline.caching-4.2.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>pipeline.caching</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/
implementation 'com.51degrees:pipeline.caching:4.2.2'
// https://jarcasting.com/artifacts/com.51degrees/pipeline.caching/
implementation ("com.51degrees:pipeline.caching:4.2.2")
'com.51degrees:pipeline.caching:jar:4.2.2'
<dependency org="com.51degrees" name="pipeline.caching" rev="4.2.2">
<artifact name="pipeline.caching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='pipeline.caching', version='4.2.2')
)
libraryDependencies += "com.51degrees" % "pipeline.caching" % "4.2.2"
[com.51degrees/pipeline.caching "4.2.2"]