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