Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdvip.justlive |
ArtifactId | ArtifactIdoxygen-web-tomcat |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
oxygen-web-tomcat-2.0.7.pom | |
oxygen-web-tomcat-2.0.7.jar | 18 KB |
oxygen-web-tomcat-2.0.7-sources.jar | 11 KB |
oxygen-web-tomcat-2.0.7-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/ -->
<dependency>
<groupId>vip.justlive</groupId>
<artifactId>oxygen-web-tomcat</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation 'vip.justlive:oxygen-web-tomcat:2.0.7'
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation ("vip.justlive:oxygen-web-tomcat:2.0.7")
'vip.justlive:oxygen-web-tomcat:jar:2.0.7'
<dependency org="vip.justlive" name="oxygen-web-tomcat" rev="2.0.7">
<artifact name="oxygen-web-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='oxygen-web-tomcat', version='2.0.7')
)
libraryDependencies += "vip.justlive" % "oxygen-web-tomcat" % "2.0.7"
[vip.justlive/oxygen-web-tomcat "2.0.7"]