t

tomcat-storeconfig

Tomcat storeconfig component
https://tomcat.apache.org/
Apache License, Version 2.0
Files download
File Operation
tomcat-storeconfig-11.0.1.jar download
tomcat-storeconfig-11.0.1.pom download
tomcat-storeconfig-11.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>tomcat-storeconfig</artifactId>
  <version>11.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.tomcat:tomcat-storeconfig:11.0.1'
Gradle Kotlin
implementation("org.apache.tomcat:tomcat-storeconfig:11.0.1")
Scala SBT
libraryDependencies += "org.apache.tomcat" % "tomcat-storeconfig" % "11.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tomcat', module='tomcat-storeconfig', version='11.0.1')
)
Apache Ivy
<dependency org="org.apache.tomcat" name="tomcat-storeconfig" rev="11.0.1" />
Leiningen
[org.apache.tomcat/tomcat-storeconfig "11.0.1"]
Apache Buildr
'org.apache.tomcat:tomcat-storeconfig:jar:11.0.1'