Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.airlenet |
ArtifactId | ArtifactIdplay-cache |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
play-cache-1.0.0.RELEASE.pom | |
play-cache-1.0.0.RELEASE.jar | 20 KB |
play-cache-1.0.0.RELEASE-sources.jar | 16 KB |
play-cache-1.0.0.RELEASE-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet/play-cache/ -->
<dependency>
<groupId>com.airlenet</groupId>
<artifactId>play-cache</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet/play-cache/
implementation 'com.airlenet:play-cache:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.airlenet/play-cache/
implementation ("com.airlenet:play-cache:1.0.0.RELEASE")
'com.airlenet:play-cache:jar:1.0.0.RELEASE'
<dependency org="com.airlenet" name="play-cache" rev="1.0.0.RELEASE">
<artifact name="play-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airlenet', module='play-cache', version='1.0.0.RELEASE')
)
libraryDependencies += "com.airlenet" % "play-cache" % "1.0.0.RELEASE"
[com.airlenet/play-cache "1.0.0.RELEASE"]