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