Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdvip.justlive |
ArtifactId | ArtifactIdoxygen-web-tomcat |
Version | Version1.0.0.ALPHA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>oxygen-web-tomcat</artifactId>
<version>1.0.0.ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation 'vip.justlive:oxygen-web-tomcat:1.0.0.ALPHA'
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation ("vip.justlive:oxygen-web-tomcat:1.0.0.ALPHA")
'vip.justlive:oxygen-web-tomcat:jar:1.0.0.ALPHA'
<dependency org="vip.justlive" name="oxygen-web-tomcat" rev="1.0.0.ALPHA">
<artifact name="oxygen-web-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='oxygen-web-tomcat', version='1.0.0.ALPHA')
)
libraryDependencies += "vip.justlive" % "oxygen-web-tomcat" % "1.0.0.ALPHA"
[vip.justlive/oxygen-web-tomcat "1.0.0.ALPHA"]