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