| License |
License |
|---|---|
| Categories |
CategoriesTomcat Container Application Servers |
| GroupId | GroupIdcom.github.yuyenews |
| ArtifactId | ArtifactIdmars-starter-tomcat |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| mars-starter-tomcat-3.1.0.pom | |
| mars-starter-tomcat-3.1.0.jar | 13 KB |
| mars-starter-tomcat-3.1.0-sources.jar | 8 KB |
| mars-starter-tomcat-3.1.0-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-starter-tomcat</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/
implementation 'com.github.yuyenews:mars-starter-tomcat:3.1.0'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-starter-tomcat/
implementation ("com.github.yuyenews:mars-starter-tomcat:3.1.0")
'com.github.yuyenews:mars-starter-tomcat:jar:3.1.0'
<dependency org="com.github.yuyenews" name="mars-starter-tomcat" rev="3.1.0">
<artifact name="mars-starter-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-starter-tomcat', version='3.1.0')
)
libraryDependencies += "com.github.yuyenews" % "mars-starter-tomcat" % "3.1.0"
[com.github.yuyenews/mars-starter-tomcat "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.yuyenews : mars-starter Optional | jar | 3.2.18 |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 8.5.58 |