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