t

tomcat-storeconfig

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