GroupId | GroupIdvip.justlive |
---|---|
ArtifactId | ArtifactIdoxygen-cache |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
oxygen-cache-2.0.4.pom | |
oxygen-cache-2.0.4.jar | 16 KB |
oxygen-cache-2.0.4-sources.jar | 13 KB |
oxygen-cache-2.0.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.justlive/oxygen-cache/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>oxygen-cache</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/oxygen-cache/
implementation 'vip.justlive:oxygen-cache:2.0.4'
// https://jarcasting.com/artifacts/vip.justlive/oxygen-cache/
implementation ("vip.justlive:oxygen-cache:2.0.4")
'vip.justlive:oxygen-cache:jar:2.0.4'
<dependency org="vip.justlive" name="oxygen-cache" rev="2.0.4">
<artifact name="oxygen-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='oxygen-cache', version='2.0.4')
)
libraryDependencies += "vip.justlive" % "oxygen-cache" % "2.0.4"
[vip.justlive/oxygen-cache "2.0.4"]