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