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