Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.yuyenews |
ArtifactId | ArtifactIdmars-starter-tomcat |
Version | Version3.0.37 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-starter-tomcat</artifactId>
<version>3.0.37</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/
implementation 'com.github.yuyenews:mars-starter-tomcat:3.0.37'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/
implementation ("com.github.yuyenews:mars-starter-tomcat:3.0.37")
'com.github.yuyenews:mars-starter-tomcat:jar:3.0.37'
<dependency org="com.github.yuyenews" name="mars-starter-tomcat" rev="3.0.37">
<artifact name="mars-starter-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-starter-tomcat', version='3.0.37')
)
libraryDependencies += "com.github.yuyenews" % "mars-starter-tomcat" % "3.0.37"
[com.github.yuyenews/mars-starter-tomcat "3.0.37"]