Files download
File Operation
tomcat-spring-boot-starter-4.7.9.jar download
tomcat-spring-boot-starter-4.7.9.pom download
tomcat-spring-boot-starter-4.7.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.joinfaces</groupId>
  <artifactId>tomcat-spring-boot-starter</artifactId>
  <version>4.7.9</version>
</dependency>
Gradle Groovy
implementation 'org.joinfaces:tomcat-spring-boot-starter:4.7.9'
Gradle Kotlin
implementation("org.joinfaces:tomcat-spring-boot-starter:4.7.9")
Scala SBT
libraryDependencies += "org.joinfaces" % "tomcat-spring-boot-starter" % "4.7.9"
Groovy Grape
@Grapes(
  @Grab(group='org.joinfaces', module='tomcat-spring-boot-starter', version='4.7.9')
)
Apache Ivy
<dependency org="org.joinfaces" name="tomcat-spring-boot-starter" rev="4.7.9" />
Leiningen
[org.joinfaces/tomcat-spring-boot-starter "4.7.9"]
Apache Buildr
'org.joinfaces:tomcat-spring-boot-starter:jar:4.7.9'