Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdvip.justlive |
ArtifactId | ArtifactIdoxygen-web-tomcat |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
oxygen-web-tomcat-3.0.2.pom | |
oxygen-web-tomcat-3.0.2.jar | 17 KB |
oxygen-web-tomcat-3.0.2-sources.jar | 12 KB |
oxygen-web-tomcat-3.0.2-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>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation 'vip.justlive:oxygen-web-tomcat:3.0.2'
// https://jarcasting.com/artifacts/vip.justlive/oxygen-web-tomcat/
implementation ("vip.justlive:oxygen-web-tomcat:3.0.2")
'vip.justlive:oxygen-web-tomcat:jar:3.0.2'
<dependency org="vip.justlive" name="oxygen-web-tomcat" rev="3.0.2">
<artifact name="oxygen-web-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.justlive', module='oxygen-web-tomcat', version='3.0.2')
)
libraryDependencies += "vip.justlive" % "oxygen-web-tomcat" % "3.0.2"
[vip.justlive/oxygen-web-tomcat "3.0.2"]